Skip to main content

DialogInput

Index

Properties

optionaldefaultValue

defaultValue?: string

optionalformatter

formatter?: (input: string) => string

Formats the input value shown in the dialog. Not supported in app environments due to security reasons.


Type declaration

    • (input: string): string
    • Parameters

      • input: string

      Returns string

optionalinputType

inputType?: DialogInputType

optionalplaceholder

placeholder?: string

optionalregex

regex?: string

type

type: INPUT