Home > SCH_PrimitiveComponent > placeCbbSchematicPage
SCH_PrimitiveComponent.placeCbbSchematicPage() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Place reuse block schematic sheet
Signature
function placeCbbSchematicPage(
cbbSchematicPage: { libraryUuid: string; cbbUuid: string; uuid: string },
x: number,
y: number,
props?: { reimportWhenNameRepeated?: undefined | false | true },
): Promise<boolean>;2
3
4
5
6
Parameters
Parameter | Type | Description |
|---|---|---|
cbbSchematicPage | { libraryUuid: string; cbbUuid: string; uuid: string } | Reuse block schematic sheet. |
x | number | X coordinate |
y | number | Y coordinate |
props | { reimportWhenNameRepeated?: undefined | false | true } | (Optional) Placement parameters: |
Returns
Promise<boolean>
Place whether the operation is successful