sdk.menusections
Home > @kittl/sdk > MenuSections
MenuSections variable
Available sections for the Context Menu. Layers are in top to bottom order as they appear in the context menu.
Signature:
MenuSections: {
readonly COPY_PASTE: "copyPaste";
readonly COMMON_ACTIONS: "commonActions";
readonly OTHER_ACTIONS: "otherActions";
readonly MOVE_LAYERS: "moveLayers";
readonly GROUPING: "grouping";
readonly FLIP_LAYERS: "flipLayers";
}