Member Junction
    Preparing search index...

    UI configuration for API Scopes. This interface defines the JSON structure stored in the UIConfig field.

    interface APIScopeUIConfig {
        color?: string;
        icon?: string;
    }
    Index

    Properties

    Properties

    color?: string

    Hex color code (e.g., '#6366f1')

    icon?: string

    Font Awesome icon class (e.g., 'fa-solid fa-database')