standardWebPart resource type
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"
}
}