Gcp/slides
@swamp/gcp/slidesv2026.05.27.1
01README
Google Cloud slides infrastructure models
02Release Notes
- Updated: presentations, presentations_pages
03Models
@swamp/gcp/slides/presentationsv2026.05.27.1presentations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| layouts? | array | The layouts in the presentation. A layout is a template that determines how content is arranged and styled on the slides that inherit from that layout. |
| locale? | string | The locale of the presentation, as an IETF BCP 47 language tag. |
| masters? | array | The slide masters in the presentation. A slide master contains all common page elements and the common properties for a set of layouts. They serve three purposes: - Placeholder shapes on a master contain the default text styles and shape properties of all placeholder shapes on pages that use that master. - The master page properties define the common page properties inherited by its layouts. - Any other shapes on the master slide appear on all slides using that master, regardless of their layout |
| notesMaster? | object | A page in a presentation. |
| pageSize? | object | A width and height. |
| presentationId? | string | The ID of the presentation. |
| slides? | array | The slides in the presentation. A slide inherits properties from a slide layout. |
| title? | string | The title of the presentation. |
fn create()
Create a presentations
fn get(identifier: string)
Get a presentations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the presentations |
fn sync()
Sync presentations state from GCP
fn batch_update(requests?: any, writeControl?: any)
batch update
| Argument | Type | Description |
|---|---|---|
| requests? | any | |
| writeControl? | any |
Resources
state(infinite)— A Google Slides presentation.
@swamp/gcp/slides/presentations-pagesv2026.05.27.1presentations_pages.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a pages
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the pages |
fn sync()
Sync pages state from GCP
fn get_thumbnail()
get thumbnail
Resources
state(infinite)— A page in a presentation.
04Previous Versions
2026.05.25.1May 25, 2026
- Updated: presentations, presentations_pages
2026.05.24.1May 24, 2026
- Updated: presentations, presentations_pages
2026.05.21.2May 21, 2026
- Updated: presentations, presentations_pages
2026.05.21.1May 21, 2026
2026.05.19.2May 19, 2026
2026.05.19.1May 19, 2026
2026.04.23.1Apr 23, 2026
2026.04.04.1Apr 4, 2026
- Updated: presentations, presentations_pages
05Stats
A
100 / 100
Downloads
0
Archive size
73.9 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels