@univerjscoreenumerationsArrangetypeenum

@univerjs/core v0.5.4


Enumeration: ArrangeTypeEnum

Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-drawing.ts:24

The layer type of Drawing, used to distinguish between forward, backward, front, and back

Enumeration Members

Enumeration MemberValueDescriptionDefined in
back3Move the current object to the bottom layerpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-drawing.ts:40
backward1Move the current object one layer down, possibly being covered by other objectspackages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-drawing.ts:32
forward0Move the current object one layer up, possibly covering other objectspackages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-drawing.ts:28
front2Move the current object to the top layerpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-drawing.ts:36