Options
Menu

Interface WidgetProps

Hierarchy

  • WidgetProps

Index

Properties

value

value: ParameterValue

widget

widget: ParameterWidget

Optional withoutName

withoutName: undefined | false | true

Methods

colorFactory

  • colorFactory(hexString: string): IColor
  • Parameters

    • hexString: string

    Returns IColor

onValueChange

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

    • name: string
    • value: ParameterValue

    Returns void