type PageSpec = | PageDimensions | PageAssetReference | Asset & object;A page can be specified as direct dimensions, an asset source reference,
or an asset object (e.g., from engine.asset.fetchAsset()).
All variants optionally accept a color to set the page fill color.
Type Declaration#
| Name | Type | Description |
|---|---|---|
color? | Color | Fill color for the page. |