Type alias SetTextContentV2

SetTextContentV2: {
    element: Element;
    textContent: string;
}

Intent to set the textContent of element

Type declaration

  • element: Element
  • textContent: string

Generated using TypeDoc