platform-bible-utils
    Preparing search index...

    Interface OnDidDispose

    Require an onDidDispose event

    interface OnDidDispose {
        onDidDispose: PlatformEvent<void>;
    }
    Index

    Properties

    Properties

    onDidDispose: PlatformEvent<void>

    Event that emits when dispose is called on an object