Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.Interfaces.BuildingBlockCategoryData interface

Package:
word

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


Feedback

Was this page helpful?