Logos DX
    Preparing search index...
    interface AddOptions {
        ignoreOnFail?: true;
        once?: true;
        priority?: number;
        times?: number;
    }
    Index

    Properties

    ignoreOnFail?: true

    Swallow errors from this callback, continue chain

    once?: true

    Remove after first run (sugar for times: 1)

    priority?: number

    Execution order, lower runs first. Default 0.

    times?: number

    Run N times then auto-remove