Base structure for all Verona Widget messages.

interface VeronaMessage {
    type: VeronaOperationId;
    sessionId?: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

sessionId?: string