cheetah-grid
Preparing search index...
TYPES
SmallDialogInputEditorOption
Interface SmallDialogInputEditorOption<T>
interface
SmallDialogInputEditorOption
<
T
>
{
classList
?:
string
|
string
[]
;
disabled
?:
RecordBoolean
<
any
>
;
helperText
?:
string
|
GetValueResult
<
T
,
string
>
;
inputValidator
?:
GetValueResult
<
T
,
MaybePromise
<
string
>
>
;
readOnly
?:
RecordBoolean
<
any
>
;
type
?:
string
;
validator
?:
GetValueResult
<
T
,
MaybePromise
<
string
>
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
EditorOption
SmallDialogInputEditorOption
Index
Properties
class
List?
disabled?
helper
Text?
input
Validator?
read
Only?
type?
validator?
Properties
Optional
class
List
classList
?:
string
|
string
[]
Optional
disabled
disabled
?:
RecordBoolean
<
any
>
Optional
helper
Text
helperText
?:
string
|
GetValueResult
<
T
,
string
>
Optional
input
Validator
inputValidator
?:
GetValueResult
<
T
,
MaybePromise
<
string
>
>
Optional
read
Only
readOnly
?:
RecordBoolean
<
any
>
Optional
type
type
?:
string
Optional
validator
validator
?:
GetValueResult
<
T
,
MaybePromise
<
string
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
class
List
disabled
helper
Text
input
Validator
read
Only
type
validator
cheetah-grid
Loading...