Interface FormattedTextRenderOptions

interface FormattedTextRenderOptions {
    actionHandler?: ContentActionHandler;
    className?: string;
    inline?: boolean;
    renderCodeSegments?: boolean;
}

Hierarchy (view full)

Properties

actionHandler?: ContentActionHandler
className?: string
inline?: boolean
renderCodeSegments?: boolean