CustomAppSimpleType
Type: Object
Represents a lightweight, editable application component built with Vue.js. In the context of a print facility, this allows for the rapid creation of simple, custom user interfaces directly within the platform—for example, a basic data entry form for a quality control checkpoint or a simple dashboard displaying a single machine's status. By embedding the script and template directly, it provides a self-contained, easily managed way to create bespoke tools without the overhead of a full development cycle, empowering shop floor managers to tailor the system to their specific operational needs.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| script | String | The Vue script for the component. This should not include the <script> tag | ||
| template | String | The Vue template for the component. This should not include the <template> tag | ||
| type | SimpleAppTypeEnum! |