/** * The mode the Schlechtenburg editor is currently in */ export enum SbMode { Edit = 'edit', Display = 'display', } export const SymMode = Symbol('Schlechtenburg mode');