@microsoft/managed-apps
v0.5.2
Published
Client SDK for Microsoft Managed Apps
Readme
@microsoft/managed-apps
The client SDK for Microsoft managed apps. Code running inside a managed app imports this package to talk to the host — app context, the typed data client (Dataverse and connector operations), and developer telemetry. The SDK runs in the app iframe and communicates with the host over the channel protocol.
The package has no root entry; import from one of the subpaths below. Usage and full API details are covered in the Microsoft managed apps documentation.
@microsoft/managed-apps/app
getContext, setConfig, IContext, IConfig.
@microsoft/managed-apps/auth
getUser, IUser.
@microsoft/managed-apps/data
getClient, DataClient, IOperationOptions, IOperationResult, serializeMultiSelectPicklistFields, deserializeMultiSelectPicklistFields.
@microsoft/managed-apps/telemetry
initializeLogger, ILogger, and the Metric types.
