KUIML
Blue Cat's User Interface Programming Language
EXPOSED_OBJECTS

Description

This element contains a list of objects that should be exposed to other data models referencing the current model, or to the scripting engine. Multiple instances of this element are allowed: any new object identifier will be added to the list of objects to be exposed.

Inherited Attributes

None.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

object_ids

list of ';' separated identifiers or wildcards

Empty.

List of identifiers of objects to be declared as exposed.

Example: 'my_string;my_param;my_object.*'

1.2

No