--- title: "Vision - Template Repeater Scripting Functions" --- # Vision - Template Repeater Scripting Functions > This page details the various component and extension functions available for [Vision's Template Repeater component](template-repeater.md). ## Component Functions ### .getLoadedTemplates() * Description * Returns a list of templates loaded into the Template Repeater. Properties on the components within each instance can be references by calling getComponent(). * Parameters * None * Return * List of Templates ## Extension Functions This component does not have extension functions associated with it.