getAppSlots()

Get the slots and slot details for a given app

Parameters

export type GetAppSlotsProps = { 
    appId: string; 
};

Examples

const slots = await assetlayer.apps.getAppSlots({
    appId: 'appId'
});

Return Types

type ReturnType = SlotWithExpressions[];
pageSlot

Alternatives

pageslots()

Last updated