clik-engine API
    Preparing search index...

    Interface ComboDefinition

    interface ComboDefinition {
        name: string;
        sequence: string[];
        timeout?: number;
    }
    Index

    Properties

    name: string
    sequence: string[]
    timeout?: number

    Max time between inputs (ms)