Something that can be closed

interface IClosable {
    close: () => void;
}

Hierarchy (View Summary)

Properties

Properties

close: () => void

Close the underlying source.