Interface StateChangedNotificationData

Data for the state-changed notification sent to host

interface StateChangedNotificationData {
    sessionId: string;
    timeStamp: string;
    sharedParameters?: MainSchema.SharedParameter[];
    state?: string;
}

Hierarchy (view full)

Properties

sessionId: string
timeStamp: string
sharedParameters?: MainSchema.SharedParameter[]
state?: string