Kfg Documentation
Preparing search index...
CustomOptions
Interface CustomOptions<Default>
Custom metadata properties that can be added to a schema.
interface
CustomOptions
<
Default
=
any
>
{
createms
?:
boolean
;
default
?:
Default
;
description
?:
string
;
important
?:
boolean
;
initial_save
?:
boolean
;
prop
?:
string
;
refines
?:
(
(
value
:
unknown
)
=>
string
|
boolean
)
[]
;
}
Type Parameters
Default
=
any
Index
Properties
createms?
default?
description?
important?
initial_
save?
prop?
refines?
Properties
Optional
createms
createms
?:
boolean
Optional
default
default
?:
Default
Optional
description
description
?:
string
Optional
important
important
?:
boolean
Optional
initial_
save
initial_save
?:
boolean
Optional
prop
prop
?:
string
Optional
refines
refines
?:
(
(
value
:
unknown
)
=>
string
|
boolean
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
createms
default
description
important
initial_
save
prop
refines
Kfg Documentation
Loading...
Custom metadata properties that can be added to a schema.