Rezi
Preparing search index...
core/src
CompositeInstanceRegistry
Type Alias CompositeInstanceRegistry
CompositeInstanceRegistry
:
Readonly
<
{
beginRender
:
(
instanceId
:
InstanceId
)
=>
void
;
create
:
(
instanceId
:
InstanceId
,
widgetKey
:
string
,
)
=>
CompositeInstanceState
;
delete
:
(
instanceId
:
InstanceId
)
=>
boolean
;
endRender
:
(
instanceId
:
InstanceId
)
=>
readonly
EffectState
[]
;
get
:
(
instanceId
:
InstanceId
)
=>
CompositeInstanceState
|
undefined
;
getAllIds
:
()
=>
readonly
InstanceId
[]
;
getAppStateSelections
:
(
instanceId
:
InstanceId
,
)
=>
readonly
AppStateSelection
[]
;
getPendingCleanups
:
(
instanceId
:
InstanceId
)
=>
readonly
EffectCleanup
[]
;
incrementGeneration
:
(
instanceId
:
InstanceId
)
=>
number
;
invalidate
:
(
instanceId
:
InstanceId
)
=>
void
;
setAppStateSelections
:
(
instanceId
:
InstanceId
,
selections
:
readonly
AppStateSelection
[]
,
)
=>
void
;
}
,
>
Instance registry store interface.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Instance registry store interface.