Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppItem

An app item.

Hierarchy

Index

Properties

Optional button

button: Button

An optional button to define.

Optional description

description: string

A description for the app.

Optional if

if: string

The JavaScript code that checks the avaibility.

Optional importValues

importValues: object

Defines a list of properties, which uses (external) values for itself.

Type declaration

Optional name

name: string

The (display) name.

Optional onCreated

onCreated: string

The (JavaScript) code to executed after object has been created.

Optional onDestroyed

onDestroyed: string

The (JavaScript) code to executed after object has been destroyed.

Optional options

options: any

Options for running the script.

Optional platforms

platforms: string[]

One or more platform names, the object is for.

script

script: string

The path to the script to invoke.

Optional state

state: any

Stores the initial state.

Optional vue

vue: boolean

Use Vue (Vuetify) instead of Bootstrap or not.

Generated using TypeDoc