CIA Compliance Manager API Documentation - v1.1.6
    Preparing search index...

    Interface ShortcutBadgeProps

    Props for shortcut badge component

    interface ShortcutBadgeProps {
        className?: string;
        platformSpecific?: boolean;
        shortcut: string;
        size?: "sm" | "md" | "lg";
    }
    Index

    Properties

    className?: string

    Additional CSS classes

    platformSpecific?: boolean

    Whether to show platform-specific keys

    shortcut: string

    Key combination to display

    size?: "sm" | "md" | "lg"

    Size variant