UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

15 lines 767 B
/** * Layer name constants — the contract between scene setup (config-all.ts) * and the wayfinding runtime that fills these layers via the renderer. * * TODO(future): when renderer learns to create layers dynamically inside * createWayfindingRenderer, these constants disappear — runtime will pass * IconConfigs without naming layers, and config-all.ts will not pre-create * any wf-* layers. */ export declare const WF_POINTS_LAYER_NAME = "wf-points"; export declare const WF_TRAIL_LAYER_NAME = "wf-trail-points"; export declare const WF_LINES_LAYER_NAME = "wf-lines"; export declare const WF_LINES_ANIMATED_LAYER_NAME = "wf-lines-animated"; export declare const WF_CURRENT_POSITION_LAYER_NAME = "wf-current-position"; //# sourceMappingURL=layers.d.ts.map