this.gui
    Preparing search index...

    Type Alias MarkdownDocumentProps

    type MarkdownDocumentProps = {
        baseUrl?: string;
        className?: string;
        components?: MarkdownPolicy;
        contentSx?: Record<string, any>;
        "data-testid"?: string;
        documentBaseUrl?: string;
        errorTitle?: string;
        id?: string;
        loadingLabel?: string;
        maxWidth?: number | string;
        policy?: MarkdownPolicy;
        showUnknown?: boolean;
        source?: string;
        src?: string;
        subtitle?: string;
        sx?: Record<string, any>;
        title?: string;
    }
    Index

    Properties

    baseUrl?: string
    className?: string
    components?: MarkdownPolicy
    contentSx?: Record<string, any>
    "data-testid"?: string
    documentBaseUrl?: string
    errorTitle?: string
    id?: string
    loadingLabel?: string
    maxWidth?: number | string
    showUnknown?: boolean
    source?: string
    src?: string
    subtitle?: string
    sx?: Record<string, any>
    title?: string