Annotation Type ThingworxSharedConfigurationTableDefinitions
-
@Target(TYPE) @Retention(RUNTIME) @ThingworxExtensionApiAnnotation(since={6,6}) public @interface ThingworxSharedConfigurationTableDefinitions
Contains a collection of configuration tables shared at the thing template level. Data stored in these configuration tables are visible to all things that extend the thing template.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ThingworxConfigurationTableDefinition[]
tables
Required parameter: a collection of shared configuration tables appropriate to this class.
-
-
-
Element Detail
-
tables
ThingworxConfigurationTableDefinition[] tables
Required parameter: a collection of shared configuration tables appropriate to this class.
-
-