Nude Element API Docs - v0.1.3
Preparing search index...
util/own
defineOwnProperty
Function defineOwnProperty
defineOwnProperty
(
obj
:
any
,
name
:
PropertyKey
,
init
:
Function
,
options
:
any
,
)
:
any
Define static properties that do not inherit (every subclass has its own value)
Parameters
obj
:
any
name
:
PropertyKey
init
:
Function
options
:
any
Returns
any
defineOwnProperty
(
obj
:
any
,
name
:
PropertyKey
,
options
:
any
)
:
any
Define static properties that do not inherit (every subclass has its own value)
Parameters
obj
:
any
name
:
PropertyKey
options
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Nude Element API Docs - v0.1.3
Loading...
Define static properties that do not inherit (every subclass has its own value)