Options
Menu

Interface ColorWidgetProps

Hierarchy

  • ColorWidgetProps

Index

Properties

value

value: any

widget

widget: ParameterWidget

Optional withoutName

withoutName: undefined | false | true

Methods

colorFactory

  • colorFactory(hexString: string): IColor
  • Parameters

    • hexString: string

    Returns IColor

Optional onValueChange

  • onValueChange(value: IColor): void
  • Parameters

    • value: IColor

    Returns void