Options
All
  • Public
  • Public/Protected
  • All
Menu

Action Metadata is a static Javascript object that describes the action, it is required by Zyllio Studio to display its properties from the Action Editor

Hierarchy

  • ActionMetadataModel

Index

Properties

category: string

Category in which the action is displayed in Zyllio Studio

help?: string

Help link

hint?: string

A short 2-3 sentence explanation/hint of the action's main purpose

icon: string

SVG icon displayed in Zyllio Studio

id: string

Unique identifier, must be lower case

label: string

Label displayed in Zyllio Studio

metadataVersion?: number

Metadata version

properties: PropertyMetadataModel[]

Properties to configure the action

role?: string

Optional runtime role used by the execution engine

supportedRuntime?: "frontend" | "backend" | "both"

Runtime compatibility: frontend, backend or both. If omitted, defaults to frontend.

transitions: string[]

Transitions