Interface SelectColorCallback.Params

Enclosing interface:
SelectColorCallback

public static interface SelectColorCallback.Params
The parameters of the SelectColorCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Color
    Returns the default color value.
  • Method Details

    • defaultColor

      default Color defaultColor()
      Returns the default color value. This color represents the value of the value attribute of the <input type="color"> element. If this attribute is not specified, the default color is black.