// ----- this file has been automatically generated - do not edit import { UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { LocalizedText } from "node-opcua-data-model" import { UABaseDataVariable, UABaseDataVariable_Base } from "./ua_base_data_variable" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |VariableType | * |typedDefinition |SelectionListType i=16309 | * |dataType |Null | * |dataType Name |VariantOptions i=0 | * |value rank |-1 | * |isAbstract |false | */ export interface UASelectionList_Base extends UABaseDataVariable_Base { selections: UAProperty; selectionDescriptions?: UAProperty; restrictToList?: UAProperty; } export interface UASelectionList extends UABaseDataVariable, UASelectionList_Base { }