Type alias SetAttributesV2
SetAttributesV2: {
attributes: Partial<Record<string, string | null>>;
attributesNS: Partial<Record<string, Partial<Record<string, string | null>>>>;
element: Element;
}
Type declaration
-
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
) onelement