custom-card-helpers
    Preparing search index...

    Interface ToggleMenuActionConfig

    repeat and haptic are specifically for use in custom cards like the Button-Card

    interface ToggleMenuActionConfig {
        action: "toggle-menu";
        confirmation?: ConfirmationRestrictionConfig;
        haptic?: HapticType;
        repeat?: number;
        repeat_limit?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "toggle-menu"
    haptic?: HapticType
    repeat?: number
    repeat_limit?: number