namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition SelectionListType i=16309
dataType Null
dataType Name VariantOptions i=0
isAbstract false
interface UASelectionList_Base<T, DT> {
    restrictToList?: UAProperty<boolean, Boolean>;
    selectionDescriptions?: UAProperty<LocalizedText[], LocalizedText>;
    selections: UAProperty<any, any>;
}

Type Parameters

Hierarchy (view full)

Properties

restrictToList?: UAProperty<boolean, Boolean>
selectionDescriptions?: UAProperty<LocalizedText[], LocalizedText>
selections: UAProperty<any, any>