hashiverse-client-web - v0.1.0
    Preparing search index...

    Interface FeedbackOption

    interface FeedbackOption {
        action: (() => void) | null;
        feedback_type: number;
        icon: FC<{ size?: number }>;
        title: string;
        warning_threshold?: number;
    }
    Index

    Properties

    action: (() => void) | null
    feedback_type: number
    icon: FC<{ size?: number }>
    title: string
    warning_threshold?: number