@ark7/model - v2.0.56
Preparing search index...
ProvideOptions
Interface ProvideOptions<T>
interface
ProvideOptions
<
T
>
{
modelize
?:
(
val
:
any
,
options
:
ModelizeOptions
)
=>
T
;
name
?:
string
;
toObject
?:
(
val
:
any
,
options
:
DocumentToObjectOptions
)
=>
any
;
}
Type Parameters
T
Index
Properties
modelize?
name?
to
Object?
Properties
Optional
modelize
modelize
?:
(
val
:
any
,
options
:
ModelizeOptions
)
=>
T
Optional
name
name
?:
string
Optional
to
Object
toObject
?:
(
val
:
any
,
options
:
DocumentToObjectOptions
)
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
modelize
name
to
Object
@ark7/model - v2.0.56
Loading...