functional-models
Preparing search index...
index
PropertyGetters
Type Alias PropertyGetters<TData>
PropertyGetters
:
{
readonly
[
PropertyKey
in
keyof
Required
<
TData
>
]
:
()
=>
TData
[
PropertyKey
]
}
Getter functions that provide access to the value of a property of an instance.
Type Parameters
TData
extends
DataDescription
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
functional-models
Loading...
Getter functions that provide access to the value of a property of an instance.