DisclaimerOption
type DisclaimerOption = { highContrast?: boolean; text: string;};Properties
Section titled “Properties”highContrast?
Section titled “highContrast?”optional highContrast: boolean;When true, increases contrast for the disclaimer text.
text: string;Markdown text displayed below the composer.