Skip to content

Home > @unseenco/backstage-studio > sheetObjectDivergesFromSavedState

sheetObjectDivergesFromSavedState() function

Signature:

typescript
export declare function sheetObjectDivergesFromSavedState(currentSheet: SheetState_Historic | undefined, onDiskSheet: SheetState_Historic | undefined, objectKey: ObjectAddressKey, currentAhistoricSheet: SheetAhistoricState | undefined): boolean;

Parameters

ParameterTypeDescription
currentSheetSheetState_Historic | undefined
onDiskSheetSheetState_Historic | undefined
objectKeyObjectAddressKey
currentAhistoricSheetSheetAhistoricState | undefined

Returns:

boolean