interface JournalSheetOptions {
    sheetMode?: null | string;
}

Properties

Properties

sheetMode?: null | string

The current display mode of the journal. Either 'text' or 'image'.