Overview

UIX

function Actions.toggleFullscreen

Actions.toggleFullscreen(
  elem?: Components.Base | BaseComponent,
  actual_full_screen: any
):  Promise;

function Actions.goFullscreen

Actions.goFullscreen(
  elem?: Components.Base | BaseComponent,
  actual_full_screen: any
):  Promise;

function Actions.exitFullscreen

Actions.exitFullscreen();

function Actions.setAddressBarPath

Actions.setAddressBarPath(
  path: string,
  title?: string
);

function Actions.getAddressBarPath

Actions.getAddressBarPath();

function Actions.transitionToURL

Actions.transitionToURL(
  url: string
);

function Actions.setPageNav

Actions.setPageNav(
  index: number,
  entry: Types.nav_entry
);

TODO

function Actions.setMenuBarEntries

Actions.setMenuBarEntries(
  entries: Types.menu_bar_entries
);

function Actions.clearMenuBarEntries

Actions.clearMenuBarEntries();

TODO

function Actions.openElementInNewWindow

Actions.openElementInNewWindow(
  element: Components.Base,
  width: any,
  height: any,
  x?: number,
  y?: number
);

function Actions.setAppBackground

Actions.setAppBackground(
  color: Datex.CompatValue,
  override_use: any
);

function Actions.getActiveDialogElement

Actions.getActiveDialogElement();

function Actions.closeActiveDialog

Actions.closeActiveDialog();

TODO

function Actions.notification

Actions.notification(
  title: Datex.CompatValue,
  body?: Datex.CompatValue,
  persistant: any
);

TODO

Let Actions.is_full_screen

type: boolean

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