PowerPoint.Interfaces.ShapeGroupData interface
An interface describing the data returned by calling shapeGroup.toJSON().
Properties
| creation |
Gets the creation ID of the shape group. Returns |
| id | Gets the unique ID of the shape group. |
Property Details
creationId
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the creation ID of the shape group. Returns null if the shape group has no creation ID.
creationId?: string | null;
Property Value
string | null
Remarks
id
Gets the unique ID of the shape group.
id?: string;
Property Value
string