ISchemaResultObject
[ Interface ]
export interface ISymbolSchemaResultObject extends TcHmi.IResultObject {
schema?: TcHmi.JsonSchema;
}
Extends TcHmi.IResultObject
Properties
Name | Type | Description |
---|---|---|
error | Cause of the fault | |
details [ optional ] | Optional details about error. Content depends on the function used and the error. | |
schema [ optional ] | The JSON schema assigned to the symbol or symbol value. |
Available from version 1.10 |