vcContainerFiller
Inherits: vcFlow
Container Filler fills a container type behavior in a component which has a defined pattern. Generally, a component will have a Component Pattern Location behavior. In such cases, a Container Filler will read the behavior's pattern, and then create the needed components. Be aware vcContainerFiller is the type of a Container Filler in Python API. However, it does not have a separate implementation.
Properties
Name | Type | Access | Description |
Container | String | RW | Defines the name of the container to be filled with a component.
Generally, you would not want to set this property unless you know the exact name of the container type behavior to be filled in a component. |
Part | String | RW | Defines the URI or VCID of the filler's template. |
TemplateComponent | vcComponent | RW | Defines the template used by filler to create components in a container. |