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

    Interface ModalInput

    Modal input field configuration

    interface ModalInput {
        defaultValue?: string;
        maxLength?: number;
        placeholder?: string;
        type: "text" | "textarea";
    }
    Index

    Properties

    defaultValue?: string

    Default value

    maxLength?: number

    Maximum length

    placeholder?: string

    Placeholder text

    type: "text" | "textarea"

    Input field type