QuickInput$Typings extension
- on
Properties
- busy ↔ bool
-
Available on QuickInput, provided by the QuickInput$Typings extension
If the UI should show a progress indicator. Defaults to false.getter/setter pair - dispose ↔ void Function()
-
Available on QuickInput, provided by the QuickInput$Typings extension
getter/setter pair - enabled ↔ bool
-
Available on QuickInput, provided by the QuickInput$Typings extension
If the UI should allow for user input. Defaults to true.getter/setter pair - hide ↔ void Function()
-
Available on QuickInput, provided by the QuickInput$Typings extension
getter/setter pair - ignoreFocusOut ↔ bool
-
Available on QuickInput, provided by the QuickInput$Typings extension
If the UI should stay open even when loosing UI focus. Defaults to false. This setting is ignored on iPad and is always false.getter/setter pair -
onDidHide
↔ Event<
void> -
Available on QuickInput, provided by the QuickInput$Typings extension
An event signaling when this input UI is hidden.getter/setter pair - show ↔ void Function()
-
Available on QuickInput, provided by the QuickInput$Typings extension
getter/setter pair - step ↔ num?
-
Available on QuickInput, provided by the QuickInput$Typings extension
An optional current step count.getter/setter pair - title ↔ String?
-
Available on QuickInput, provided by the QuickInput$Typings extension
An optional title.getter/setter pair - totalSteps ↔ num?
-
Available on QuickInput, provided by the QuickInput$Typings extension
An optional total step count.getter/setter pair