Word.Interfaces.ListItemUpdateData interface
An interface for updating data on the ListItem
object, for use in listItem.set({ ... })
.
Properties
level | Specifies the level of the item in the list. |
Property Details
level
Specifies the level of the item in the list.
level?: number;
Property Value
number
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins