Interface IClassNamesToRemove

Represents the class names to be removed from an element when the module is destroyed.

Hierarchy

  • IClassNamesToRemove

Properties

Properties

className: string

The class name that should be removed from the element.

element: Element

The DOM element from which the class name should be removed.