Coda by Ian Macalinao
    Preparing search index...
    interface RenderMarkdownOptions {
        formatAddress?: (address: string) => string;
        formatWithPrettier?: boolean;
        hideDiscriminators?: boolean;
        npmPackageName?: string;
        prettierOptions?: {
            printWidth?: number;
            proseWrap?: "always" | "never" | "preserve";
            tabWidth?: number;
        };
        renderTableOfContents?: boolean;
    }
    Index

    Properties

    formatAddress?: (address: string) => string

    Format program addresses

    formatWithPrettier?: boolean

    Whether to format output with prettier

    hideDiscriminators?: boolean

    Whether to hide discriminators from the documentation (default: true)

    npmPackageName?: string

    NPM package name for the TypeScript client

    prettierOptions?: {
        printWidth?: number;
        proseWrap?: "always" | "never" | "preserve";
        tabWidth?: number;
    }

    Prettier configuration options

    renderTableOfContents?: boolean

    Whether to render table of contents