textalive-react-api - v0.4.12
    Preparing search index...

    Interface ColorPickerProps

    interface ColorPickerProps {
        description?: string;
        label?: ReactNode;
        labelTitle?: string;
        position?: WidgetPosition;
        value: IColor;
        colorFactory(hexString: string): IColor;
        onValueChange?(value: IColor): void;
    }
    Index
    description?: string
    label?: ReactNode
    labelTitle?: string

    use description instead

    position?: WidgetPosition
    value: IColor
    • Parameters

      • hexString: string

      Returns IColor

    • Parameters

      • value: IColor

      Returns void