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

    Type Alias Update

    Intent to set or remove (if null) attributes on element

    type Update = {
        attributes: Partial<Record<string, AttributeValue>>;
        element: Element;
    }
    Index

    Properties

    Properties

    attributes: Partial<Record<string, AttributeValue>>
    element: Element