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