Interface Lifecycle

    Disposable handle.

    interface Lifecycle {
        dispose(): void;
    }
    Index

    Methods

    Methods