SlotDTO
type SlotDTO = { asset: AssetDTO; description: string | null; preset: | VariantPreset | null; slotKey: string; updatedAt: string;};Defined in: packages/asset-client/src/slots.ts:26
Properties
Section titled “Properties”asset: AssetDTO;Defined in: packages/asset-client/src/slots.ts:32
description
Section titled “description”description: string | null;Defined in: packages/asset-client/src/slots.ts:30
preset
Section titled “preset”preset: | VariantPreset | null;Defined in: packages/asset-client/src/slots.ts:29
Preset hint set when the slot was bound (e.g. thumb for icon slots).
slotKey
Section titled “slotKey”slotKey: string;Defined in: packages/asset-client/src/slots.ts:27
updatedAt
Section titled “updatedAt”updatedAt: string;Defined in: packages/asset-client/src/slots.ts:31