Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FileDialog

Namespace for file dialog

Index

Functions

getExistingDirectory

  • Create and show a open directory dialog.

    Note: if nothing is selected when getValue will return the browser model current path.

    Parameters

    Returns Promise<IResult<IModel[]>>

    A promise that resolves with whether the dialog was accepted.

getOpenFiles

  • Create and show a open files dialog.

    Note: if nothing is selected when getValue will return the browser model current path.

    Parameters

    Returns Promise<IResult<IModel[]>>

    A promise that resolves with whether the dialog was accepted.

Generated using TypeDoc