ListLibraryItems
Source:
src/AWS/QApps/ListLibraryItems.ts
Runtime binding for qapps:ListLibraryItems.
Lists the library items published in the bound app’s Q Business application environment instance. Provide the implementation with
Effect.provide(AWS.QApps.ListLibraryItemsHttp).
Library Items
Section titled “Library Items”// init — bind the operation to the Q Appconst listLibraryItems = yield* AWS.QApps.ListLibraryItems(app);
// runtimeconst page = yield* listLibraryItems({ limit: 25 });console.log(page.libraryItems?.length);