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
typescript
function placeCbbSchematicPage(
cbbSchematicPage: { libraryUuid: string; cbbUuid: string; uuid: string },
x: number,
y: number,
): Promise<boolean>;1
2
3
4
5
2
3
4
5
Parameters
Parameter | Type | Description |
|---|---|---|
cbbSchematicPage | { libraryUuid: string; cbbUuid: string; uuid: string } | Reuse block schematic sheet. |
x | number | X coordinate |
y | number | Y coordinate |
Returns
Promise<boolean>
Place whether the operation is successful