Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
PropOptions
Interface PropOptions<T, D>
interface
PropOptions
<
T
,
D
>
{
default
?:
null
|
object
|
D
|
DefaultFactory
<
D
>
;
required
?:
boolean
;
type
?:
null
|
true
|
PropType
<
T
>
;
validator
?
(
value
:
unknown
,
props
:
Data
)
:
boolean
;
}
Type Parameters
T
=
any
D
=
T
Index
Properties
default?
required?
type?
Methods
validator?
Properties
Optional
default
default
?:
null
|
object
|
D
|
DefaultFactory
<
D
>
Optional
required
required
?:
boolean
Optional
type
type
?:
null
|
true
|
PropType
<
T
>
Methods
Optional
validator
validator
(
value
:
unknown
,
props
:
Data
)
:
boolean
Parameters
value
:
unknown
props
:
Data
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
default
required
type
validator
Official Cockpit API Documentation
Houston Common Library
Loading...