ISchemaResultObject

[ Interface ]

export interface ISymbolSchemaResultObject extends TcHmi.IResultObject {
    schema?: TcHmi.JsonSchema;
}

Extends TcHmi.IResultObject

Properties

Name

Type

Description

error

Errors

Cause of the fault

details [ optional ]

IErrorDetails

Optional details about error. Content depends on the function used and the error.

schema [ optional ]

TcHmi.JsonSchema

The JSON schema assigned to the symbol or symbol value.

ISchemaResultObject 1:

Available from version 1.10