LiveStateDataMap Properties

PropertyTypeOptionalDescription
custom{ [liveStateDataId: string]: LiveStateData; }YesMap of all unique LiveStateData set by you on the given document.
defaultObjectYesMap of all unique LiveStateData set by the default editor on the given document.
default.singleEditorSingleEditorLiveStateDataPart of default, representing single editor live state data.
default.autoSyncStateObjectPart of default, representing auto synchronization state.
default.autoSyncState.currentLiveStateDataPart of autoSyncState, current live state data.
default.autoSyncState.history[liveStateDataId: string]: LiveStateDataPart of autoSyncState, map of historical live state data keyed by live state data ID.