Document Solutions Image Viewer
    Preparing search index...

    Type Alias PresetImageCategory

    Represents a category of preset images

    type PresetImageCategory = {
        name: string;
        items: PresetImageItem[];
        icon?: string;
    }

    Properties

    name: string

    Display name for the category

    Array of images in this category

    icon?: string

    Optional icon URL for the category