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

    Interface NotesSessionViewerProps

    Props for the NotesSessionViewer component.

    interface NotesSessionViewerProps {
        colors?: Partial<NoteEditorColors>;
        maxHeight?: string | number;
        note: NoteFile;
        styles?: Partial<NoteEditorStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<NoteEditorColors>

    Custom colors

    maxHeight?: string | number

    Maximum height before scrolling

    note: NoteFile

    Note file data to display

    styles?: Partial<NoteEditorStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx styling prop