Type alias EditorSession<T>

EditorSession<T>: {
    stopped: VcsEvent<void>;
    type: T;
    stop() => void;
}

An editor session is a currently set of interactions to create or edit geometries & features. All editor sessions can be stopped and will be stopped, if their interactions get removed from the event handler. A stopped session will be destroyed and can no longer be used.

Type Parameters

Type declaration

Generated using TypeDoc