Icon: {
    backgroundColor?: string;
    color?: string;
    name: string;
    title?: string;
}

Icon of an action

Type declaration

  • Optional backgroundColor?: string

    Background color of the icon.

  • Optional color?: string

    Color of the icon.

  • name: string

    Name of the icon

  • Optional title?: string

    The title attribute of the icon. Used primarily to improve accessibility for users who take advantage of assistive technologies; but also to clarify further what an icon tries to resemble for sighted users.