Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ui

Index

Type aliases

LOC9

LOC9: "lt" | "lm" | "lb" | "ct" | "cm" | "cb" | "rt" | "rm" | "rb"

LR

LR: "left" | "right"

LRC

LRC: "left" | "right" | "center"

LRTB

LRTB: "left" | "right" | "top" | "bottom"

WidgetEvents

WidgetEvents: "showing" | "shown" | "hiding" | "hidden" | "rendering" | "rendered" | "destroying" | "destroyed"

Functions

widget

  • widget(fullName: string, alias?: string): any
  • The @widget annotation.

    Parameters

    • fullName: string
    • Optional alias: string

    Returns any