Bearbeiten

Share via


EventTransformResult interface

Result of transforming a notification event.

Properties

content

Transformed html content.

data

Calculated data.

systemInputs

Calculated system inputs.

Property Details

content

Transformed html content.

content: string

Property Value

string

data

Calculated data.

data: any

Property Value

any

systemInputs

Calculated system inputs.

systemInputs: {[key: string]: string}

Property Value

{[key: string]: string}