跳到主要内容

IDP.Custom.InnerSpace.selection variable

监听主工具当中,选中的内空信息

Signature:

selection: Event<InnerSpaceData | undefined>

Links: selection: Event<InnerSpaceData | undefined>

Remarks

监听内空变化触发函数

const cancel = IDP.Custom.InnerSpace.selection.on((inner) => {

});
// 手动取消监听
cancel();

@vm-type ISelectionEvtType