Skip to main content

StringMessage

ug-js-sdk


ug-js-sdk / StringMessage

Interface: StringMessage

Defined in: types/index.ts:419

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

Extends

Properties

type

type: "string"

Defined in: types/index.ts:420

Message type identifier

Overrides

Message.type


source_id?

optional source_id: string

Defined in: types/index.ts:422

Source utility ID


source_name?

optional source_name: string

Defined in: types/index.ts:424

Source utility name


source_type?

optional source_type: string

Defined in: types/index.ts:426

Source type identifier


string

string: string

Defined in: types/index.ts:428

The actual string value