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

    Type Alias SetTextContent

    Intent to set the textContent of element

    type SetTextContent = {
        element: Element;
        textContent: string;
    }
    Index

    Properties

    Properties

    element: Element
    textContent: string