[][src]Constant druid::commands::SHOW_SAVE_PANEL

pub const SHOW_SAVE_PANEL: Selector;

Special command. When issued, the system will show the 'save as' panel, and if a path is selected the system will issue a SAVE_FILE command with the selected path as the argument.

The argument should be a FileDialogOptions object.