Interface: IViewerPluginSync
Core-API.IViewerPluginSync
Hierarchy
IViewerPlugin
<true
>↳
IViewerPluginSync
Implemented by
Properties
dirty
• Optional
dirty: boolean
Inherited from
serializeWithViewer
• Optional
serializeWithViewer: boolean
Inherited from
IViewerPlugin.serializeWithViewer
dependencies
• Optional
dependencies: Class
<IViewerPluginSync
>[]
Overrides
uiConfig
• Optional
uiConfig: UiObjectConfig
<any
, string
>
Inherited from
Methods
storeState
▸ Optional
storeState(prefix?
, storage?
, data?
): void
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
data? | any |
Returns
void
Inherited from
loadState
▸ Optional
loadState(prefix?
, storage?
): Promise
<void
>
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
Returns
Promise
<void
>
Inherited from
onAdded
▸ onAdded(viewer
): void
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
void
Overrides
onRemove
▸ onRemove(viewer
): void
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
void
Overrides
onDispose
▸ Optional
onDispose(viewer
): void
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
void