Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp webpart base.isdks

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-webpart-base > ISDKs

ISDKs interface

Conditional set of SDKs provided by SPFx dependent on the environment.

Signature:

export interface ISDKs

Properties

Property Type Description
microsoftTeams? IMicrosoftTeams (Optional) Contextual information about the current Microsoft Teams tab. This object will only be defined if a component is being hosted in Microsoft Teams.
office? IOffice (BETA) (Optional) Contextual information about the current Office app. This object will only be defined if a component is being hosted in an Office app.
Clone this wiki locally