Skip to main content

ElementRemoveAttribute

Callable

  • ElementRemoveAttribute(ID: string, Name: string): void

  • Removes an attribute from a specified element.


    Parameters

    • ID: string

      The id of the element from which to remove the attribute.

    • Name: string

      Name of the attribute to remove.

    Returns void

    • Nothing