IClearable

An interface representing an object that can be cleared.

interface IClearable {
    clear: () => void;
}

Properties

Properties

clear: () => void