Overview

DATEX

TODO

create a custom DATEX JS Interface for a type with handlers

  • serialize efficiently with the serialize function and de-serialize in the cast function
  • do not use struct classes in combination with an additional js_interface_configuration!;

Properties

configurations_by_type: Map
configurations_by_class: Map
configurations_by_prototype: Map
configurations_loaders_by_namespace: Map

handles (custom) type interfaces with custom JS methods

function DX_CLASS

DX_CLASS(
  type: Type | string
);

Constant typeConfigurationLoader

type: any

Constant updateJSInterfaceConfiguration

type: any

Did this doc help you?

Privacy Policy

Help us improving our docs

Our documentations are fully open source. Something is wrong or unclear? Edit documentation.

Make a contribution