Interface: InputBoxOptions
libs/common/types/InputBoxOptions.InputBoxOptions
Options to configure the behavior of the input box UI.
Properties
placeHolder
• Optional
placeHolder: string
An optional string to show as placeholder in the input box to guide the user what to type.
Defined in
libs/common/types/InputBoxOptions.ts:23
prompt
• Optional
prompt: string
The text to display underneath the input box.
Defined in
libs/common/types/InputBoxOptions.ts:18
title
• Optional
title: string
An optional string that represents the title of the input box.
Defined in
libs/common/types/InputBoxOptions.ts:8
value
• Optional
value: string
The value to prefill in the input box.
Defined in
libs/common/types/InputBoxOptions.ts:13