Interface SelectionUpdated

interface SelectionUpdated {
    kind: SelectionUpdated;
    selectedComponents: AbstractComponent[];
    tool: BaseTool;
}

Properties

selectedComponents: AbstractComponent[]
tool: BaseTool

Generated using TypeDoc

OpenSource licenses