Enumeration Tag

Web component have a specific tag naming convention defined in the Spec. This enum provides a list of all the web components with mappings to valid tags.

Enumeration Members

TEST: "component-test"

Test component made available for quick experimentation

COMPONENT: "component-test"

Test component made available for quick experimentation

LOGIC: "component-logic"

Test component made available for quick experimentation

VIEW: "component-view"

Test component made available for quick experimentation

PIN: "button-pin"

Switch Button

DOTS: "button-dots"

Touch Button

LEFT: "button-left"

Touch Button

RIGHT: "button-right"

Touch Button

UP: "button-up"

Touch Button

DOWN: "button-down"

Touch Button

RESTORE: "button-restore"

Switch Button

MAXIMIZE: "button-maximize"

Touch Button

MINIMIZE: "button-minimize"

Touch Button

CLOSE: "button-close"

Touch Button

HEADER: "bar-header"
HAMBURGER: "button-hamburger"

Switch Button

CONTENTS: "button-contents"

Switch Button

FULLSCREEN: "button-fullscreen"

Switch Button

TASKBAR: "task-bar"
MODAL: "app-modal"