Options
Menu

Interface WidgetsProps

Hierarchy

  • WidgetsProps

Index

Properties

Optional initialValues

initialValues: ParameterValues

widgets

widgets: ParameterWidget[]

Optional withoutName

withoutName: undefined | false | true

Methods

colorFactory

  • colorFactory(hexString: string): IColor
  • Parameters

    • hexString: string

    Returns IColor

Optional onValueChange

  • onValueChange(name: string, value: ParameterValue): void
  • Parameters

    • name: string
    • value: ParameterValue

    Returns void