@openscd/oscd-api
    Preparing search index...

    Type Alias NamespacedAttributeValue

    type NamespacedAttributeValue = {
        namespaceURI: string | null;
        value: string | null;
    }
    Index

    Properties

    Properties

    namespaceURI: string | null
    value: string | null