Interface: PptxEditorSlidesResponse
Rendered editor state returned after a successful operation.
warnings reports successful edits with important side effects, such as replacing a media
part shared by multiple shapes. Warnings do not indicate an operation failure.
Properties
history
readonly history: PptxEditorHistoryState;selection?
readonly optional selection?: PptxEditorSelectionInfo;slides
readonly slides: readonly PptxEditorSlideSvg[];warnings?
readonly optional warnings?: readonly EditorCommandWarning[];