Overview

DATEX

function 

();

TODO

function 

();

function 

();

function 

();

TODO

function script

script(
  dx: string | PrecompiledDXB,
  data?: any[],
  to?: Target | target_clause | endpoint_name,
  sign?: boolean,
  encrypt?: boolean
):  Promise;

function script

script(
  dx: string | TemplateStringsArray | PrecompiledDXB,
  data: any[],
  to: Target | target_clause | endpoint_name,
  sign: any,
  encrypt: any
);

TODO

function 

();

TODO

function 

();

function decimal

decimal(
  value: CompatValue
):  DecimalRef;

function integer

integer(
  value: CompatValue
):  IntegerRef;

TODO

function text

text(
  value?: CompatValue
):  TextRef;

TODO

function boolean

boolean(
  value: CompatValue
):  BooleanRef;

TODO

function md

md(
  value?: CompatValue
):  Markdown;

TODO

function local_text

local_text(
  local_map: {}
);

function 

();

function 

();

function 

();

function 

();

function 

();

function 

();

function not

not(
  value: CompatValue
):  BooleanRef;

TODO

TODO

TODO

TODO

TODO

TODO

TODO

TODO

TODO

TODO

TODO

TODO

TODO

TODO

TODO

TODO

function 

();

TODO

Shortcut for datex always (...)

  • @param script: undefined
  • @param vars: undefined

TODO

function 

();

function 

();

function 

();

function 

();

function 

();

TODO

TODO

TODO

TODO

TODO

function loadEternalValues

loadEternalValues();

function getEternal

getEternal(
  info?: ReturnType,
  customIdentifier?: string,
  return_not_existing: any
);

function getLazyEternal

getLazyEternal(
  info?: ReturnType,
  customIdentifier?: string,
  return_not_existing: any
);

function 

();

function syncedValue

syncedValue(
  parent: any | Pointer,
  key?: any
):  PointerProperty;

function 

();

TODO

function 

();

Constant datex

type: any

Constant 

type: any

Constant $$

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