feat(rfInstance): add getElements function #274
This commit is contained in:
@@ -144,6 +144,7 @@ type OnLoadParams = {
|
||||
zoomOut: () => void;
|
||||
fitView: FitViewFunc;
|
||||
project: ProjectFunc;
|
||||
getElements: () => Elements;
|
||||
};
|
||||
|
||||
export type OnLoadFunc = (params: OnLoadParams) => void;
|
||||
|
||||
Reference in New Issue
Block a user