Type alias SetAttributesV2

SetAttributesV2: {
    attributes: Partial<Record<string, string | null>>;
    attributesNS: Partial<Record<string, Partial<Record<string, string | null>>>>;
    element: Element;
}

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

Type declaration

  • attributes: Partial<Record<string, string | null>>
  • attributesNS: Partial<Record<string, Partial<Record<string, string | null>>>>
  • element: Element

Generated using TypeDoc