> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.DialogSaveAsResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias DialogSaveAsResult

```typescript
DialogSaveAsResult:
    | { locationLabel?: string; name: string; saved: true }
    | { saved: false }
```

#### Type Declaration

*   { locationLabel?: string; name: string; saved: true }
    *   ##### `Optional`locationLabel?: string
        
        Optional display-only basename of the destination's parent folder.
        
    *   ##### name: string
        
        Basename of the destination selected by the user.
        
    *   ##### saved: true
        
*   { saved: false }
