Overview

UIX

type State.app_meta

Definition:{name?: string,description?: string,version?: string,stage?: string,backend?: Datex.Endpoint,}

function State.onVersionChange

State.onVersionChange(
  handler: version_change_handler
);

function State._setMetadata

State._setMetadata(
  meta: app_meta
);

function State.loadingScreen

State.loadingScreen(
  title?: string,
  icon_path: any,
  border_path?: string
);

function State.setLoadingProgress

State.setLoadingProgress(
  percent: number
);

percent in 0-1

function State.addLoadingProgress

State.addLoadingProgress(
  percent: number
);

function State.loadingFinished

State.loadingFinished();

function State.reset

State.reset();

TODO

TODO

TODO

function State.set

State.set(
  content: html_content_or_generator_or_preset,
  path: any
);

function State.exportState

State.exportState(
  uix_component: any
);

function State.exportStateBase64

State.exportStateBase64(
  uix_component: any
);

function State.importState

State.importState(
  dx: string
);

function State.importStateBase64

State.importStateBase64(
  dx: string
);

function State.getCurrentState

State.getCurrentState();

Constant State.APP_META

type: app_meta

Constant State.resetPage

type: any

reset methods

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