listShares 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 share records created by the signed-in Portal user.
listShares in the widget’s uses list before calling it.
const shares = await listShares({ limit: 20 });
const listShares: PortalFunction<PortalPage<PortalShare>, PortalPageInput>