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
Returns the position of the BuildingBlockCategory object in a collection.
index?: number;
Property Value
number
Remarks
name
Returns the name of the BuildingBlockCategory object.
name?: string;
Property Value
string