Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines a metadata property

Hierarchy

  • PropertyMetadataModel

Index

Properties

default: string

Default value if any, it is assigned at component creation by Zyllio Studio user

id: string

Unique id of the property, should be lower case

main?: boolean

Indicates whether this property is the main one, Zyllio Studio needs it to populate the component panel. One main property must be defined

name: string

Label displayed in Zyllio Studio

options?: string[]

Array of possible options, used only when type is PropertyTypes.Options

tootip: string

Tooltip displayed in Zyllio Studio

Type of the property from PropertyTypes enum

write?: boolean

Indicates whether this property is used to save data at runtime (likely when a component allows selections or inputs)