Quench
    Preparing search index...

    Interface QuenchBatchData

    Data belonging to a single batch, including its registration function and any additional options.

    interface QuenchBatchData {
        displayName: string;
        fn: QuenchRegisterBatchFunction;
        key: `${string}.${string}`;
        preSelected: boolean;
        snapBaseDir: string;
    }
    Index

    Properties

    displayName: string
    key: `${string}.${string}`
    preSelected: boolean
    snapBaseDir: string