@vnodes/schema
Preparing search index...
PropertyBuilder
Class PropertyBuilder<T, K>
Type Parameters
T
extends
PropertyOptions
K
extends
keyof
T
=
never
Index
Constructors
constructor
Properties
options
Methods
build
Constructors
constructor
new
PropertyBuilder
<
T
extends
PropertyOptions
,
K
extends
string
|
number
|
symbol
=
never
,
>
(
existingOptions
?:
Partial
<
T
>
,
)
:
PropertyBuilder
<
T
,
K
>
Type Parameters
T
extends
PropertyOptions
K
extends
string
|
number
|
symbol
=
never
Parameters
existingOptions
:
Partial
<
T
>
= {}
Returns
PropertyBuilder
<
T
,
K
>
Properties
Protected
options
options
:
Partial
<
T
>
= {}
Methods
build
build
()
:
T
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
options
Methods
build
@vnodes/schema
Loading...