Overview

DATEX

type context_kind

Definition:class | method | getter | setter | field | auto-accessor

type context_name

Definition:string | symbol | undefined

TODO

TODO

TODO

function expose

expose(
  allow?: target_clause
):  any;

function expose

expose(
  invalid_param_0: decorator_target_optional_params,
  invalid_param_1?: string,
  invalid_param_2?: PropertyDescriptor
):  any;

TODO

function scope

scope(
  name: string
):  any;

function scope

scope(
  invalid_param_0: decorator_target_optional_params,
  invalid_param_1?: string,
  invalid_param_2?: PropertyDescriptor
):  any;

TODO

function namespace

namespace(
  name: string
):  any;

function namespace

namespace(
  invalid_param_0: decorator_target_optional_params,
  invalid_param_1?: string,
  invalid_param_2?: PropertyDescriptor
):  any;

TODO

function endpoint

endpoint(
  endpoint: target_clause | endpoint_name,
  scope_name?: string
):  any;

function endpoint

endpoint(
  invalid_param_0: decorator_target_optional_params,
  invalid_param_1?: string,
  invalid_param_2?: PropertyDescriptor
):  any;

TODO

function endpoint_default

endpoint_default(
  target: any,
  name?: string,
  method?: any
):  any;

TODO

function default_property

default_property(
  target: any,
  name?: string,
  method?: any
):  any;

TODO

function remote

remote(
  from?: target_clause
):  any;

function remote

remote(
  invalid_param_0: decorator_target_optional_params,
  invalid_param_1: string
);

TODO

function docs

docs(
  content: string
):  any;

TODO

function meta

meta(
  index: number
):  any;

function meta

meta(
  target: any,
  name?: string,
  method?: any
);

TODO

function sign

sign(
  sign: boolean
):  any;

function sign

sign(
  invalid_param_0: decorator_target_optional_params,
  invalid_param_1?: string,
  invalid_param_2?: PropertyDescriptor
);

TODO

function encrypt

encrypt(
  encrypt: boolean
):  any;

function encrypt

encrypt(
  invalid_param_0: decorator_target_optional_params,
  invalid_param_1?: string,
  invalid_param_2?: PropertyDescriptor
);

TODO

function no_result

no_result(
  invalid_param_0: decorator_target_optional_params,
  invalid_param_1?: string,
  invalid_param_2?: PropertyDescriptor
);

TODO

function timeout

timeout(
  msecs: number
):  any;

TODO

function allow

allow(
  allow?: target_clause
):  any;

TODO

function to

to(
  to?: target_clause | endpoint_name
):  any;

TODO

function sealed

sealed(
  target: any,
  name?: string,
  method?: any
);

TODO

function each

each(
  target: any,
  name?: string,
  method?: any
);

TODO

function sync

sync(
  type: string | Type
):  any;

function sync

sync(
  target: any,
  name?: string,
  method?: any
):  any;

TODO

function template

template(
  type: string | Type
):  any;

function template

template(
  target: any,
  name?: string,
  method?: any
):  any;

TODO

function property

property(
  name: string | number
):  any;

function property

property(
  target: any,
  name?: string,
  method?: any
):  any;

TODO

function jsdoc

jsdoc(
  target: any,
  name?: string,
  method?: any
):  any;

TODO

TODO

TODO

function observe

observe(
  handler: Function
):  any;

TODO

function anonymize

anonymize(
  invalid_param_0: decorator_target_optional_params,
  invalid_param_1?: string,
  invalid_param_2?: PropertyDescriptor
);

TODO

function 

();

function anonymous

anonymous(
  target: any,
  name?: string,
  method?: PropertyDescriptor
);

TODO

function type

type(
  type: string | Type
):  any;

TODO

function from

from(
  type: string | Type
):  any;

TODO

function update

update(
  interval: number
):  any;

function update

update(
  scheduler: UpdateScheduler
):  any;

TODO

function constructor

constructor(
  target: any,
  propertyKey: string,
  descriptor: PropertyDescriptor
);

TODO

function replicator

replicator(
  target: any,
  propertyKey: string,
  descriptor: PropertyDescriptor
);

TODO

function destructor

destructor(
  target: any,
  propertyKey: string,
  descriptor: PropertyDescriptor
);

TODO

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