ISPO SDK
    Preparing search index...

    Type Alias DialogSaveAsResult

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

    Type Declaration

    • { locationLabel?: string; name: string; saved: true }
      • OptionallocationLabel?: 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 }