ButtonDashboardItemWorkerGet: {
    backgroundColor?: string;
    hoverColor?: string;
    textColor?: string;
} & DashboardItemWorkerGet

Type declaration

  • OptionalbackgroundColor?: string

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

    If not set, it will use the default button color of the application.

  • OptionalhoverColor?: string

    The background color of the button when it is hovered.

    If not set, it will use the default button hover color of the application.

  • OptionaltextColor?: string

    The text color of the button.

    If not set, it will use the default button text color of the application.