UpdatePageElementsZOrderRequest class
Updates the Z-order of page elements.
Z-order is an ordering of the elements on the page from back to front. The page element in the front may cover the elements that are behind it.
Constructors
-
UpdatePageElementsZOrderRequest({String? operation, List<
String> ? pageElementObjectIds}) - UpdatePageElementsZOrderRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- operation ↔ String?
-
The Z-order operation to apply on the page elements.
getter/setter pair
-
pageElementObjectIds
↔ List<
String> ? -
The object IDs of the page elements to update.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited