@labkey/api
    Preparing search index...

    Interface IDeleteRunOptions

    interface IDeleteRunOptions {
        failure?: RequestFailure;
        success?: RequestSuccess;
    }
    Index

    Properties

    Properties

    failure?: RequestFailure

    A reference to a function to call when an error occurs.

    success?: RequestSuccess

    A reference to a function to call with the API results.