Gets all SDM records in a store. These records can be of multiple types. Type guards should be used to be type safe.
import { Sdm } from '@showpad/experience-app-sdk'const storeRecords = await Sdm.getStoreRecords('<sdmStoreId>') Copy
import { Sdm } from '@showpad/experience-app-sdk'const storeRecords = await Sdm.getStoreRecords('<sdmStoreId>')
Generated using TypeDoc
Gets all SDM records in a store. These records can be of multiple types. Type guards should be used to be type safe.
Example