Edit

Share via


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

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Returns the position of the BuildingBlockCategory object in a collection.

index?: number;

Property Value

number

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

name

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Returns the name of the BuildingBlockCategory object.

name?: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]