auto
Vars | |
instance_path | Configurable. The instance path this prototype is intended to manipulate. |
---|---|
vars_to_apply | Internal. A harvested list of var names on this prototype that match var names in instance_path. |
vars_to_skip | Internal. Members of /singleton/instance_configurator/auto and below. |
Procs | |
Apply | Applies matching vars from the configurator to the instance. If you need other behavior, do not use auto. |
Var Details
instance_path
Configurable. The instance path this prototype is intended to manipulate.
vars_to_apply
Internal. A harvested list of var names on this prototype that match var names in instance_path.
vars_to_skip
Internal. Members of /singleton/instance_configurator/auto and below.
Proc Details
Apply
Applies matching vars from the configurator to the instance. If you need other behavior, do not use auto.