groupV3ItemsByV2Type
function groupV3ItemsByV2Type( panel: Draft< TypedSubpanelV3 | DesignSurfaceV3 | TypedSubpanelV4 | DesignSurfaceV4 >,): void;Defined in: groupV3ItemsByV2Type.ts:18
Groups items by type from a v3 design surface or subpanel to a v2 design surface or subpanel.
Parameters
| Parameter | Type | Description |
|---|---|---|
panel | Draft< | TypedSubpanelV3 | DesignSurfaceV3 | TypedSubpanelV4 | DesignSurfaceV4> | The design surface or subpanel to group items by type. |
Returns
void