Type alias EditGeometrySession

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

Type declaration

Generated using TypeDoc