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