Type alias CreateFeatureSession<T>

CreateFeatureSession<T>: EditorSession & {
    creationFinished: VcsEvent<Feature<GeometryToType<T>> | null>;
    featureCreated: VcsEvent<Feature<GeometryToType<T>>>;
    geometryType: T;
    finish() => void;
}

Type Parameters

Type declaration

Generated using TypeDoc