Ir al contenido

LayerNames

const LayerNames: object

Defined in: layer/Layer.ts:109

Built-in layer names. GoJS-compatible: Default is the empty string (matching real GoJS — Part.layerName = "" means “the default layer”), not the literal name “Default”.

readonly Adornment: "Adornment" = 'Adornment'

readonly Background: "Background" = 'Background'

readonly Default: "" = ''

readonly Foreground: "Foreground" = 'Foreground'

readonly Grid: "Grid" = 'Grid'

readonly Tool: "Tool" = 'Tool'

readonly ViewportBackground: "ViewportBackground" = 'ViewportBackground'

readonly ViewportForeground: "ViewportForeground" = 'ViewportForeground'