UpdateProperties class

Constructors

UpdateProperties({ItemType? type, String? title, bool? checked, List<ContextType>? contexts, bool? visible, JSFunction? onclick, Object? parentId, List<String>? documentUrlPatterns, List<String>? targetUrlPatterns, bool? enabled})
UpdateProperties.fromJS(UpdateProperties _wrapped)

Properties

checked bool?
getter/setter pair
contexts List<ContextType>?
getter/setter pair
documentUrlPatterns List<String>?
getter/setter pair
enabled bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onclick JSFunction?
getter/setter pair
parentId Object?
The ID of the item to be made this item's parent. Note: You cannot set an item to become a child of its own descendant.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetUrlPatterns List<String>?
getter/setter pair
title String?
getter/setter pair
toJS → UpdateProperties
no setter
type ItemType?
getter/setter pair
visible bool?
Whether the item is visible in the menu.
getter/setter pair

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