Type Alias DialogSaveAsResult
DialogSaveAsResult:
| { locationLabel?: string; name: string; saved: true }
| { saved: false }
Type Declaration
- { locationLabel?: string; name: string; saved: true }
-
OptionallocationLabel?: string
-
name: string
-
saved: true
- { saved: false }
Optional display-only basename of the destination's parent folder.