Edit

Share via


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

[ API set: WordApiDesktop 1.3 ]

name

Returns the localized name of a building block type.

name?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.3 ]