interface GuideLineTagContainer {
    app?: SvelteComponentDev;
    plugin: PanoTagPluginController;
    tag: Tag<"Custom", "2DPoint">;
}

Properties

Properties

app?: SvelteComponentDev
tag: Tag<"Custom", "2DPoint">