EMBED.getComponent ()

This method retrieves a JSON object, which contains information about the current instance of a plug-in.

The schema.data subset of the JSON object contains all the data items defined for the current instance.

Parameters

None

Return Value

JSON object

Example

let data = EMBED.getComponent().schema.data;
let styling = data.styling;	// retrieve the styling information from the manifest