Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents a standard web part instance on a SharePoint page.
Inherits from webPart.
Properties
| Property | Type | Description |
|---|---|---|
| containerTextWebPartId | string | The instance identifier of the container text webPart. It only works for inline standard webPart in rich text webParts. |
| data | webPartData | Data of the webPart. |
| id | String | Instance identifier of the webPart. Inherited from entity. |
| webPartType | String | A Guid that indicates the webPart type. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.standardWebPart",
"containerTextWebPartId": "String",
"id": "String (identifier)",
"webPartType": "String",
"data": {
"@odata.type": "microsoft.graph.webPartData"
}
}