Type Alias Event

type Event = {
    details?: string;
    errorCode?: string;
    objectId?: string;
    objectTitle?: string;
    objectType?: string;
    objectVisualization?: string;
    severity?: string;
    sheetId?: string;
    sheetTitle?: string;
}
Index

Properties

details?: string
errorCode?: string
objectId?: string
objectTitle?: string
objectType?: string
objectVisualization?: string
severity?: string
sheetId?: string
sheetTitle?: string