src/elements/unknown.ts
Properties |
|
Methods |
Readonly data |
Type : UnknownJson
|
Readonly Optional contentStyle |
Type : string
|
Readonly functionalKey |
Type : ElementKey
|
Readonly key |
Type : ElementKey
|
Readonly name |
Type : string
|
Readonly Optional parent |
Type : ElementWithChildren
|
Readonly properties |
Type : literal type
|
Readonly styles |
Type : PresentationStyles
|
Readonly type |
Type : ElementType
|
onUpdate | ||||||
onUpdate(cb: UpdateFn)
|
||||||
Parameters :
Returns :
void
|
patch | ||||||
patch(data: T)
|
||||||
Parameters :
Returns :
void
|
update | |||||||||
update(cb: (el: Mutable<>) => void, notification?: UpdateNotification)
|
|||||||||
Parameters :
Returns :
void
|