Entracte (TypeScript)
    Preparing search index...

    Type Alias AppSuggestion

    A single Quick-Add chip for the Auto-pause apps list. tokens maps each supported platform to the process-name fragment we'd match against; missing platforms hide the chip there.

    type AppSuggestion = {
        label: string;
        tokens: Partial<Record<Platform, string>>;
    }
    Index

    Properties

    Properties

    label: string
    tokens: Partial<Record<Platform, string>>