Member Junction
    Preparing search index...

    Defines a category for organizing system placeholders in UI.

    SystemPlaceholderCategory

    interface SystemPlaceholderCategory {
        color: string;
        icon: string;
        name: string;
    }
    Index

    Properties

    Properties

    color: string

    CSS color value for the category

    icon: string

    Font Awesome icon class (without 'fa-' prefix)

    name: string

    The category name