EvGadgetConfigProperty Interface
The EvGadgetConfigProperty TS interface defines a configuration property of a gadget item.
Properties
An EvGadgetConfigProperty object has the following properties:
key: string;A string, a key of a given gadget configuration property.
value: string;A string, a value of a given gadget configuration property.
Examples
{
key: "month",
value: "April"
}
Discussion
Gadget configuration properties represent the data of a gadget item set up by a document author who has inserted this gadget item into a document.
05 April 2025