EventTransformResult interface
轉換通知事件的結果。
屬性
| content | 轉換的 html 內容。 |
| data | 計算資料。 |
| system |
計算的系統輸入。 |
屬性詳細資料
content
轉換的 html 內容。
content: string
屬性值
string
data
計算資料。
data: any
屬性值
any
systemInputs
計算的系統輸入。
systemInputs: {[key: string]: string}
屬性值
{[key: string]: string}