NodeOPCUA API Documentation
    Preparing search index...

    Interface UASelectionList_Base<T, DT>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

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