ButtonDashboardItemWorkerUpdate: {
    backgroundColor?: string | null;
    hoverColor?: string | null;
    textColor?: string | null;
} & DashboardItemWorkerUpdate

Type declaration

  • OptionalbackgroundColor?: string | null

    Change the background color of the button when it is not hovered.

    Set to null to revert to the default.

    This may be set to any valid HTML color.

  • OptionalhoverColor?: string | null

    Change the background color of the button when it is hovered.

    Set to null to revert to the default.

    This may be set to any valid HTML color.

  • OptionaltextColor?: string | null

    Change the text color of the button.

    Set to null to revert to the default.

    This may be set to any valid HTML color.