Home > SCH_PrimitiveAttribute > getAll
SCH_PrimitiveAttribute.getAll() 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.
Get all Property
Signature
typescript
function getAll(parentPrimitiveId?: string): Promise<Array<ISCH_PrimitiveAttribute>>;1
Parameters
Parameter | Type | Description |
|---|---|---|
parentPrimitiveId | string | (Optional) Parent primitive ID |
Returns
Promise<Array<ISCH_PrimitiveAttribute>>
Array of Property primitive objects
Remarks
If no parent primitive ID is passed, all attribute primitives in the sheet will be obtained