Options
All
  • Public
  • Public/Protected
  • All
Menu

Component Metadata is a static Javascript object that describes the component, it is required by Zyllio Studio to display its properties and styles from Design Editor.

Hierarchy

  • CssEditable
    • ComponentMetadataModel

Index

Properties

category?: string

Not used anymore

icon: string

SVG icon displayed in Zyllio Studio

id: string

Unique identifier, must be lower case and contain a dash character

label: string

Label displayed in Zyllio Studio

metadataVersion?: number
position?: "none" | "header" | "footer"

Indicats whether the component is in fixed position (header, footer) Default is none

properties: PropertyMetadataModel[]

Properties to configure the component

Styles to configure the component (width and height styles are mandatory)

subCategory?: string

Sub category in which the component is displayed in Zyllio Studio