ViewerProvider
Description
A ViewerProvider
is an interface that can be implemented to create a custom viewer.
Functions
Function |
Argument(s) |
Output |
Description |
---|---|---|---|
init |
context |
void |
Initializes a This is where an |
getHtmlElement |
none |
|
Used to return an |
update? |
context |
void |
A callback function that is called every time a data cell changes. Must be used to update the |
destroy? |
none |
void |
A callback function that is called when the viewer of a data cell is being destroyed. Allows the release of any resources or object that may have been referenced by the |