Word.Interfaces.BuildingBlockCategoryData interface
An interface describing the data returned by calling buildingBlockCategory.toJSON()
.
Properties
index | Returns the position of the |
name | Returns the name of the |
Property Details
index
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.
Returns the position of the BuildingBlockCategory
object in a collection.
index?: number;
Property Value
number
Remarks
name
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.
Returns the name of the BuildingBlockCategory
object.
name?: string;
Property Value
string