BarProp class
The interface of the Document Object Model
represents the web
browser user interface elements that are exposed to scripts in
web pages. Each of the following interface elements are
represented by a object.
Window.locationbar
The browser location bar.
Window.menubar
The browser menu bar.
Window.personalbar
The browser personal bar.
Window.scrollbars
The browser scrollbars.
Window.statusbar
The browser status bar.
Window.toolbar
The browser toolbar.
The interface is not accessed directly, but via one of these elements.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- BarProp()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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