Interface IPlaceholderOptions

Placeholder widget options

Hierarchy

  • IPlaceholderOptions

Properties

callback: ((e) => void)

Type declaration

    • (e): void
    • Ellipsis button callback

      Parameters

      Returns void

promptClass?: string

Prompt element CSS class

text?: string

Text to include with the placeholder

translator?: ITranslator

Translator object

Generated using TypeDoc