Constructor for the Visual
True if the sandbox is enabled by default
The set of capabilities for the visual
Getter for whether or not this visual is sandboxed
Sets the sandboxed state
Builds the link for the given external css resource
Gets a value indicating whether the IVisual can be resized to the given viewport.
Notifies the visual that it is being destroyed, and to do any cleanup necessary (such as unsubscribing event handlers).
This is called once when the visual is initialially created
The init options
Gets the set of objects that the visual is currently displaying.
Gets the set of object repetitions that the visual can display.
Gets the inline css used for this element
Gets the external css paths used for this visualization
Enumerates the instances for the objects that appear in the power bi panel
Initializes an instance of the IVisual.
Initialization options for the visual.
Notifies the IVisual to clear any selection.
Notifies the IVisual of new data being provided. This is an optional method that can be omitted if the visual is in charge of providing its own data.
Notifies the IVisual to resize.
This is the viewport that the visual will eventually be resized to.
Notifies the IVisual to change view mode if applicable.
Notifies the IVisual of an update (data, viewmode, size change).
Notifies the IVisual of an update (data, viewmode, size change).
The options for the update
The update type that was performed
Generated using TypeDoc
A optional base visual which contains some base functionality for visuals inheriting from it.