Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Type Alias Icon

    Represents an icon that can be displayed in the UI

    type Icon = {
        backgroundColor?: string;
        color?: string;
        name: string;
        title?: string;
    }
    Index

    Properties

    backgroundColor?: string

    Background color of the icon.

    color?: string

    Color of the icon.

    name: string

    Name of the icon

    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.