• Set a SDM record.

    Example

    import { Sdm } from '@showpad/experience-app-sdk'

    await Sdm.setRecord('<sdmRecord>', '<authentication>')

    Type Parameters

    • T extends JsonObject = JsonObject

    Parameters

    • sdmRecord: SdmRecord
    • authentication: AxiosInstance

    Returns Promise<void>

Generated using TypeDoc