Type alias EditGeometrySession

EditGeometrySession: EditorSession & {
    feature: Feature | null;
    setFeature(feature) => void;
}

Type declaration

Generated using TypeDoc