Changes the frame's z-order.
<void> FrameBase.changeZOrder(<ZOrder> zOrder, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
z |
Specifies how the z-order is changed. |
callback | Optional. Receives whether the z-order could be changed. |
error |
Optional. Is called when the operation failed with an error. |