listDamAssets in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists digital assets available from the Portal content library.
listDamAssets in the widget’s uses list before calling it.
const assets = await listDamAssets({ limit: 20 });
const listDamAssets: PortalFunction<PortalPage<PortalDamAsset>, PortalPageInput>