Dimensions
Slide dimensions; either pick a preset or specify custom inches.
Metadata
Field index
| Field | Type | Req. | Description |
|---|---|---|---|
| preset | ref:DimensionPreset | — | |
| widthInches | number | — | Custom slide width in inches; overrides the preset width when provided. |
| heightInches | number | — | Custom slide height in inches; overrides the preset height when provided. |
preset
typeref:DimensionPresetrequirednodefault—
{
"preset": "preset-value"
}widthInches
typenumberrequirednodefault—
Custom slide width in inches; overrides the preset width when provided.
{
"widthInches": 1
}heightInches
typenumberrequirednodefault—
Custom slide height in inches; overrides the preset height when provided.
{
"heightInches": 1
}