Note

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

Access to this page requires authorization. You can try .

Word.Interfaces.SettingData interface

Package:
word

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

Remarks

Used by

Properties

key

Gets the key of the setting.

value

Specifies the value of the setting.

Property Details

key

Gets the key of the setting.

key?: string;

Property Value

string

Remarks

API set: WordApi 1.4

value

Specifies the value of the setting.

value?: any;

Property Value

any

Remarks

API set: WordApi 1.4


Feedback

Was this page helpful?