Skip to main content

StringMessage

ug-js-sdk


ug-js-sdk / StringMessage

Interface: StringMessage

Defined in: types/index.ts:462

String message received from utilities or other sources. Received via the onStringMessage hook.

Extends

Properties

type

type: "string"

Defined in: types/index.ts:463

Message type identifier

Overrides

Message.type


source_id?

optional source_id: string

Defined in: types/index.ts:465

Source utility ID


source_name?

optional source_name: string

Defined in: types/index.ts:467

Source utility name


source_type?

optional source_type: string

Defined in: types/index.ts:469

Source type identifier


string

string: string

Defined in: types/index.ts:471

The actual string value