For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetComponentList

Get a collection of all the registered global components in the runtime.

Method Signature

GetComponentList()

Arguments

This function does not accept any arguments

Examples

Get the list of registered components

components = getComponentList();
writeOutput( isArray( components ) );

Result: true

Last updated

Was this helpful?