MCPcopy
hub / github.com/konvajs/konva / StageConfig

Interface StageConfig

src/Stage.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import * as PointerEvents from './PointerEvents.ts';
13
14export interface StageConfig extends ContainerConfig {
15 container?: HTMLDivElement | string;
16}
17
18// CONSTANTS
19const STAGE = 'Stage',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…