TLBookmarkUtil
Public Class
Table of Contents
Signature
class TLBookmarkUtil extends TLBoxUtil<TLBookmarkShape> {}
References
Properties
canResize
Public Property
Signature
canResize: () => boolean
hideSelectionBoundsBg
Public Property
Signature
hideSelectionBoundsBg: () => boolean
hideSelectionBoundsFg
Public Property
Signature
hideSelectionBoundsFg: () => boolean
onBeforeCreate
Public Property
Signature
onBeforeCreate?: OnBeforeCreateHandler<TLBookmarkShape>
References
OnBeforeCreateHandler, TLBookmarkShape
onBeforeUpdate
Public Property
Signature
onBeforeUpdate?: OnBeforeUpdateHandler<TLBookmarkShape>
References
OnBeforeUpdateHandler, TLBookmarkShape
type
Public Static Property
Signature
static type: string
updateBookmarkAsset
Public Property
Signature
protected updateBookmarkAsset: {
(shape: TLBookmarkShape): Promise<void>
cancel(): void
}
References
Methods
defaultProps()
Public Method
Parameters
None
Returns
TLBookmarkShape['props']
References
getHumanReadableAddress()
Public Method
Parameters
Name | Description |
---|---|
|
|
Returns
string
References
indicator()
Public Method
Parameters
Name | Description |
---|---|
|
|
Returns
JSX.Element
References
render()
Public Method
Parameters
Name | Description |
---|---|
|
|
Returns
JSX.Element