Word.Interfaces.BuildingBlockTypeItemData interface
An interface describing the data returned by calling buildingBlockTypeItem.toJSON().
Properties
| index | Returns the position of an item in a collection. |
| name | Returns the localized name of a building block type. |
Property Details
index
Returns the position of an item in a collection.
index?: number;
Property Value
number
Remarks
name
Returns the localized name of a building block type.
name?: string;
Property Value
string