Options🔗Definition🔗export interface Options { mode: text.TextMode; code?: text.CodeOptions; content: string; } Methods🔗No methods.