InputBoxOptions$Typings extension
Properties
- ignoreFocusOut ↔ bool?
-
Available on InputBoxOptions, provided by the InputBoxOptions$Typings extension
Set totrue
to keep the input box open when focus moves to another part of the editor or to another window. This setting is ignored on iPad and is always false.getter/setter pair - password ↔ bool?
-
Available on InputBoxOptions, provided by the InputBoxOptions$Typings extension
Controls if a password input is shown. Password input hides the typed text.getter/setter pair - placeHolder ↔ String?
-
Available on InputBoxOptions, provided by the InputBoxOptions$Typings extension
An optional string to show as placeholder in the input box to guide the user what to type.getter/setter pair - prompt ↔ String?
-
Available on InputBoxOptions, provided by the InputBoxOptions$Typings extension
The text to display underneath the input box.getter/setter pair - title ↔ String?
-
Available on InputBoxOptions, provided by the InputBoxOptions$Typings extension
An optional string that represents the title of the input box.getter/setter pair - validateInput ↔ dynamic Function(String)
-
Available on InputBoxOptions, provided by the InputBoxOptions$Typings extension
getter/setter pair - value ↔ String?
-
Available on InputBoxOptions, provided by the InputBoxOptions$Typings extension
The value to pre-fill in the input box.getter/setter pair - valueSelection ↔ (num, num)?
-
Available on InputBoxOptions, provided by the InputBoxOptions$Typings extension
Selection of the pre-filled {@linkcode InputBoxOptions.value value}. Defined as tuple of two number where the first is the inclusive start index and the second the exclusive end index. Whenundefined
the whole pre-filled value will be selected, when empty (start equals end) only the cursor will be set, otherwise the defined range will be selected.getter/setter pair