Options
Menu

Interface ColorPickerProps

Hierarchy

  • ColorPickerProps

Index

Properties

Optional label

label: ReactNode

Optional labelTitle

labelTitle: undefined | string

value

value: IColor

Methods

colorFactory

  • colorFactory(hexString: string): IColor
  • Parameters

    • hexString: string

    Returns IColor

Optional onValueChange

  • onValueChange(value: IColor): void
  • Parameters

    • value: IColor

    Returns void