mindee
    Preparing search index...

    Interface TimerOptions

    interface TimerOptions {
        ref?: boolean;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    ref?: boolean
    signal?: AbortSignal