WebExtensionTaskPane
Contents
[
Hide
]WebExtensionTaskPane class
Represents a persisted taskpane object.
class WebExtensionTaskPane;
Properties
Property | Type | Description |
---|---|---|
webExtension | WebExtension | Gets and sets the web extension part associated with the taskpane instance |
dockState | string | Gets and sets the last-docked location of this taskpane object. |
isVisible | boolean | Indicates whether the Task Pane shows as visible by default when the document opens. |
isLocked | boolean | Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. |
width | number | Gets and sets the default width value for this taskpane instance. |
row | number | Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location. |
webExtension
Gets and sets the web extension part associated with the taskpane instance
webExtension : WebExtension;
dockState
Gets and sets the last-docked location of this taskpane object.
dockState : string;
isVisible
Indicates whether the Task Pane shows as visible by default when the document opens.
isVisible : boolean;
isLocked
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
isLocked : boolean;
width
Gets and sets the default width value for this taskpane instance.
width : number;
row
Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.
row : number;