operation property

String? operation
getter/setter pair

The Z-order operation to apply on the page elements.

When applying the operation on multiple page elements, the relative Z-orders within these page elements before the operation is maintained. Possible string values are:

  • "Z_ORDER_OPERATION_UNSPECIFIED" : Unspecified operation.
  • "BRING_TO_FRONT" : Brings the page elements to the front of the page.
  • "BRING_FORWARD" : Brings the page elements forward on the page by one element relative to the forwardmost one in the specified page elements.
  • "SEND_BACKWARD" : Sends the page elements backward on the page by one element relative to the furthest behind one in the specified page elements.
  • "SEND_TO_BACK" : Sends the page elements to the back of the page.

Implementation

core.String? operation;