roavatar-renderer
    Preparing search index...

    Interface MarketplaceWidget

    interface MarketplaceWidget {
        content: { id: number; type: "Asset" | "Bundle" | "Look" }[];
        id: string;
        template: {
            categories: unknown[];
            itemFooters: { contentType: string }[];
            localizedTitle: string | null;
            previewColumns: unknown[];
            previewRows: unknown[];
            seeAllButton: true | null;
            title: string | null;
            type: string;
        };
        type: string;
    }
    Index

    Properties

    Properties

    content: { id: number; type: "Asset" | "Bundle" | "Look" }[]
    id: string
    template: {
        categories: unknown[];
        itemFooters: { contentType: string }[];
        localizedTitle: string | null;
        previewColumns: unknown[];
        previewRows: unknown[];
        seeAllButton: true | null;
        title: string | null;
        type: string;
    }
    type: string