Skip to content

dialogOptions

Options for standard dialogs.

Summary

type dialogOptions = {
    title: string?, -- Dialog window title
    defaultPath: string?, -- Directory the dialog opens in
}