PanelOptions class

Constructors

PanelOptions({int? tabId, String? path, bool? enabled})
PanelOptions.fromJS(PanelOptions _wrapped)

Properties

enabled bool?
Whether the side panel should be enabled. This is optional. The default value is true.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String?
The path to the side panel HTML file to use. This must be a local resource within the extension package.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int?
If specified, the side panel options will only apply to the tab with this id. If omitted, these options set the default behavior (used for any tab that doesn't have specific settings). Note: if the same path is set for this tabId and the default tabId, then the panel for this tabId will be a different instance than the panel for the default tabId.
getter/setter pair
toJS → PanelOptions
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited