Skip to content

gi-nx


gi-nx / getBlockEditStatus

ts
function getBlockEditStatus(): BlockEditStatus;

Reports the current block edit, if any. blockIds and instanceIds run outermost first, ending with the level being edited; featureIds are the exploded children of that level.

Returns ​

BlockEditStatus

Example ​

ts
const { active, blockIds } = await rpc.invoke("getBlockEditStatus", []);