resolveAttributes

[ Function ]

public resolveAttributes(
    callback?: (
        (
            this: void,
            data: TcHmi.Symbol.IAttributesResultObject
        ) => void
    )
): void;

Returns a list of attributes from the schema of the corresponding symbol.

This function can be used to obtain a list of attributes of a PLC symbol.

Parameter

Name

Type

Description

callback [ optional ]

((this: void, data: TcHmi.Symbol.IAttributesResultObject) => void)

This is triggered when the result is available.

Return value

Type

Description

void

No return value

resolveAttributes 1:

Available from version 1.12