Skip to content

Latest commit

 

History

History
110 lines (62 loc) · 2.46 KB

File metadata and controls

110 lines (62 loc) · 2.46 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
Context (Power Apps component framework API reference) | Microsoft Docs
Provides all the properties and methods available in the Power Apps component framework
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

Context

[!INCLUDE context-description]

FAQ: How can I access the record ID or table name?

Available for

Model-driven apps, canvas apps, & portals.

Properties

client

[!INCLUDE client-description] Type: Client

device

[!INCLUDE device-description]

Type: Device

events

[!INCLUDE events-description]

Type: Events

factory

[!INCLUDE factory-description]

Type: Factory

formatting

[!INCLUDE formatting-description]

Type: Formatting

mode

[!INCLUDE mode-description]

Type: Mode

navigation

[!INCLUDE navigation-description]

Type: Navigation

parameters

The data provided to the component. Structure defined by the component's manifest, corresponding to parameter and dataset nodes.

Type: IInputs

resources

The resource interface of context.resources

[!INCLUDE resource-description]

Type: Resources

updatedProperties

An array of strings with values that changed since the last time it was passed and parameters. More information: updatedProperties

Type: string[]

userSettings

[!INCLUDE usersettings-description]

Type: UserSettings

utils

[!INCLUDE utility-description]

Type: Utility

webAPI

[!INCLUDE webapi-description]

Type: WebApi

Related articles

Power Apps component framework API reference
Power Apps component framework overview

[!INCLUDEfooter-include]