interface ExtensionObjectConstructorFuncWithSchema {
    new ExtensionObjectConstructorFuncWithSchemanew (options: any): ExtensionObject;
    encodingDefaultBinary: ExpandedNodeId;
    encodingDefaultXml: ExpandedNodeId;
    possibleFields: string[];
    schema: IStructuredTypeSchema;
}

Hierarchy (view full)

Constructors

  • Parameters

    • options: any

    Returns ExtensionObject

Properties

encodingDefaultBinary: ExpandedNodeId
encodingDefaultXml: ExpandedNodeId
possibleFields: string[]
schema: IStructuredTypeSchema