interface Clearable {
    clear(): void;
}

Hierarchy

  • Clearable

    Methods

    Methods

    • Clears this object.

      Returns void