slideObjectIds property

List<String>? slideObjectIds
getter/setter pair

The IDs of the slides in the presentation that should be moved.

The slides in this list must be in existing presentation order, without duplicates.

Implementation

core.List<core.String>? slideObjectIds;