Interface IPlaceholderOptions

Placeholder widget options

interface IPlaceholderOptions {
    callback: ((e) => void);
    promptClass?: string;
    text?: string;
    translator?: ITranslator;
}

Properties

callback: ((e) => void)

Ellipsis button callback

Type declaration

promptClass?: string

Prompt element CSS class

text?: string

Text to include with the placeholder

translator?: ITranslator

Translator object