Type alias Update

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

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

Type declaration

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

Generated using TypeDoc