Contracts-TS Documentation
    Preparing search index...

    Interface AutoOpen

    Opt-in interface to be called once after creation, although implementations should handle this gracefully. For example, this is when threads or hooks could be added. will automatically call this method once if the deliverable implements this method.

    interface AutoOpen {
        autoOpen(): AutoClose;
    }
    Index

    Methods

    Methods