MCP Apps Kit - v0.5.0
    Preparing search index...

    Interface ModalButton

    Modal button configuration

    interface ModalButton {
        label: string;
        value?: string;
        variant?: "primary" | "secondary" | "destructive";
    }
    Index

    Properties

    Properties

    label: string

    Button label text

    value?: string

    Value returned when this button is clicked

    variant?: "primary" | "secondary" | "destructive"

    Button style variant