interface TextInput {
    resetSelection(): void;
    setAriaOption(
        options?: { activeDescendant: string; role: string; setLabel: any },
    ): void;
}

Methods

  • Parameters

    • Optionaloptions: { activeDescendant: string; role: string; setLabel: any }

    Returns void