src/elements/link.ts
Properties |
|
Methods |
Readonly documentName |
Type : string | null
|
Readonly documentType |
Type : string | null
|
Readonly downloadId |
Type : string | null
|
Readonly optionalParameters |
Type : string | null
|
Readonly pageName |
Type : string | null
|
Readonly text |
Type : string
|
Readonly textItem |
Type : TextItem | null
|
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
|
resolve |
resolve(this: Mutable<>, pageModel: PageModel, data: LinkJson)
|
Returns :
void
|
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
|