Edit

Word.Interfaces.BuildingBlockCategoryData interface

An interface describing the data returned by calling buildingBlockCategory.toJSON().

Properties

index

Returns the position of the BuildingBlockCategory object in a collection.

name

Returns the name of the BuildingBlockCategory object.

Property Details

index

Returns the position of the BuildingBlockCategory object in a collection.

index?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.3

name

Returns the name of the BuildingBlockCategory object.

name?: string;

Property Value

string

Remarks

API set: WordApiDesktop 1.3