functional-models
Preparing search index...
index
PropertiesList
Type Alias PropertiesList<TData>
PropertiesList
:
{
readonly
[
P
in
keyof
TData
as
TData
[
P
]
extends
Arrayable
<
DataValue
>
?
P
:
never
]
:
PropertyInstance
<
any
>
}
A list of properties that make up a model.
Type Parameters
TData
extends
DataDescription
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
functional-models
Loading...
A list of properties that make up a model.