Ace API Reference
    Preparing search index...

    Interface TextInputAriaOptions

    interface TextInputAriaOptions {
        activeDescendant?: string;
        inline?: boolean;
        role?: string;
        setLabel?: boolean;
    }
    Index

    Properties

    activeDescendant?: string
    inline?: boolean
    role?: string
    setLabel?: boolean