EMBED.getPageData

This method retrieves all sources of data available on the page, including information about any inputs, outputs, query names, etc.

Note that this is for the entire page, not just your specific plugin. It will list all queries and globals available on the page.

Parameters

None

Return Value

JSON object

Example

let pageData = EMBED.getPageData();