PowerPoint.Interfaces.SlideLayoutBackgroundUpdateData interface       
An interface for updating data on the SlideLayoutBackground object, for use in slideLayoutBackground.set({ ... }).
Properties
| are | Specifies whether the slide layout background fill hides or displays background graphic objects from the slide master. | 
| is | Specifies if the slide layout background follows the slide master background. | 
Property Details
		areBackgroundGraphicsHidden
	   
	Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies whether the slide layout background fill hides or displays background graphic objects from the slide master.
areBackgroundGraphicsHidden?: boolean;Property Value
boolean
Remarks
		isMasterBackgroundFollowed
	   
	Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies if the slide layout background follows the slide master background.
isMasterBackgroundFollowed?: boolean;Property Value
boolean