placeholderIdMappings property

List<LayoutPlaceholderIdMapping>? placeholderIdMappings
getter/setter pair

An optional list of object ID mappings from the placeholder(s) on the layout to the placeholders that are created on the slide from the specified layout.

Can only be used when slide_layout_reference is specified.

Implementation

core.List<LayoutPlaceholderIdMapping>? placeholderIdMappings;