custom-card-helpers
    Preparing search index...

    Interface ActionHandlerOptions

    interface ActionHandlerOptions {
        disabled?: boolean;
        disableKbd?: boolean;
        hasDoubleClick?: boolean;
        hasHold?: boolean;
        isMomentary?: boolean;
        repeat?: number;
        repeatLimit?: number;
    }
    Index

    Properties

    disabled?: boolean
    disableKbd?: boolean
    hasDoubleClick?: boolean
    hasHold?: boolean
    isMomentary?: boolean
    repeat?: number
    repeatLimit?: number