Dart Documentationchrome.fontSettingsLevelOfControl

LevelOfControl class

One of<br>not_controllable: cannot be controlled by any extension<br>[controlled_by_other_extensions]: controlled by extensions with higher precedence<br>[controllable_by_this_extension]: can be controlled by this extension<br>[controlled_by_this_extension]: controlled by this extension enum of not_controllable, controlled_by_other_extensions, controllable_by_this_extension, controlled_by_this_extension

class LevelOfControl extends ChromeObject {
 LevelOfControl();
 LevelOfControl.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy);
}

Extends

ChromeObject > LevelOfControl

Constructors

new LevelOfControl() #

Create a new instance of a ChromeObject, which creates and delegates to a JsObject proxy.

docs inherited from ChromeObject
LevelOfControl();

new LevelOfControl.fromProxy(JsObject jsProxy) #

Create a new instance of a ChromeObject, which delegates to the given JsObject proxy.

docs inherited from ChromeObject
LevelOfControl.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy);

Properties

final jsProxy #

inherited from ChromeObject
final dynamic jsProxy

Methods

JsObject toJs() #

inherited from ChromeObject
JsObject toJs() => jsProxy;

String toString() #

inherited from ChromeObject

Returns a string representation of this object.

docs inherited from Object
String toString() => jsProxy.toString();