turbodombuilder - v0.9.22
Preparing search index...
BlockChangeObserverProperties
Type Alias BlockChangeObserverProperties<DataType, ComponentType, KeyType>
type
BlockChangeObserverProperties
<
DataType
=
any
,
ComponentType
extends
object
=
any
,
KeyType
extends
string
|
number
|
symbol
=
string
,
>
=
{
initialize
?:
boolean
;
onAdded
?:
(
data
:
DataType
,
id
:
KeyType
)
=>
ComponentType
|
void
;
onUpdated
?:
(
data
:
DataType
,
instance
:
ComponentType
,
id
:
KeyType
)
=>
void
;
onDeleted
?:
(
data
:
DataType
,
instance
:
ComponentType
,
id
:
KeyType
)
=>
void
;
}
Type Parameters
DataType
=
any
ComponentType
extends
object
=
any
KeyType
extends
string
|
number
|
symbol
=
string
Index
Properties
initialize?
on
Added?
on
Updated?
on
Deleted?
Properties
Optional
initialize
initialize
?:
boolean
Optional
on
Added
onAdded
?:
(
data
:
DataType
,
id
:
KeyType
)
=>
ComponentType
|
void
Optional
on
Updated
onUpdated
?:
(
data
:
DataType
,
instance
:
ComponentType
,
id
:
KeyType
)
=>
void
Optional
on
Deleted
onDeleted
?:
(
data
:
DataType
,
instance
:
ComponentType
,
id
:
KeyType
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
initialize
on
Added
on
Updated
on
Deleted
turbodombuilder - v0.9.22
Loading...