Shape of the window.config object emitted by routes/helpers/render.ts and consumed by entry points like frontend/review.ts.

interface FrontendConfig {
    editing?: boolean;
    illegalUsernameCharacters?: string;
    isTrusted?: boolean;
    language?: string;
    messages?: Record<string, string>;
    userID?: string;
    userPrefersRichTextEditor?: boolean;
}

Properties

editing?: boolean
illegalUsernameCharacters?: string
isTrusted?: boolean
language?: string
messages?: Record<string, string>
userID?: string
userPrefersRichTextEditor?: boolean