Skip to content

@vttforge/types / CanvasGroupName

Type Alias: CanvasGroupName ​

CanvasGroupName = "CanvasVisibility" | "EffectsCanvasGroup" | "EnvironmentCanvasGroup" | "HiddenCanvasGroup" | "InterfaceCanvasGroup" | "OverlayCanvasGroup" | "PrimaryCanvasGroup" | "RenderedCanvasGroup"

A group the canvas draws. Layers live inside these.

The name is the group's class, the same way a layer's is.

MIT licensed.