ElectronPageRanges
Unofficial
A range of pages to print.
Import:
import type { ElectronPageRanges } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronPageRangesProperties
| Property | Type | Description | |
|---|---|---|---|
| from | number | Index of the first page to print (0-based). | |
| to | number | Index of the last page to print (inclusive) (0-based). |
Links to this page: