Hiyve Components - v1.0.0
    Preparing search index...

    Props for the FileCommentInput component.

    interface FileCommentInputProps {
        colors?: Partial<FileCommentsPanelColors>;
        disabled?: boolean;
        icons?: Partial<FileCommentsPanelIcons>;
        maxLength?: number;
        onError?: (error: Error) => void;
        onSend: (content: string) => void;
        placeholder?: string;
        styles?: Partial<FileCommentsPanelStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<FileCommentsPanelColors>

    Color overrides

    disabled?: boolean

    Whether the input is disabled

    icons?: Partial<FileCommentsPanelIcons>

    Icon overrides

    maxLength?: number

    Maximum comment length

    onError?: (error: Error) => void

    Error callback

    onSend: (content: string) => void

    Called when the user submits a comment

    placeholder?: string

    Placeholder text

    styles?: Partial<FileCommentsPanelStyles>

    Style overrides

    sx?: SxProps<Theme>

    MUI sx prop