@ascentbv/ts-common - v1.0.217
Preparing search index...
<internal>
DynamicPropertyHolder
Interface DynamicPropertyHolder
interface
DynamicPropertyHolder
{
setDynamicProperty
:
(
identifier
:
string
,
value
?:
DynamicPropertyValue
,
)
=>
void
;
getDynamicProperty
:
(
identifier
:
string
,
)
=>
DynamicPropertyValue
|
undefined
;
}
Index
Properties
set
Dynamic
Property
get
Dynamic
Property
Properties
set
Dynamic
Property
setDynamicProperty
:
(
identifier
:
string
,
value
?:
DynamicPropertyValue
)
=>
void
get
Dynamic
Property
getDynamicProperty
:
(
identifier
:
string
)
=>
DynamicPropertyValue
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
set
Dynamic
Property
get
Dynamic
Property
@ascentbv/ts-common - v1.0.217
Loading...