DialogsPlugin

ceramic.DialogsPlugin (Class)

Plugin initialization for native file dialogs support.

This plugin enables native file dialog functionality in Ceramic applications. It automatically initializes when included in a project, providing access to the Dialogs API for file operations.

The plugin supports:

  • Native file open dialogs
  • Native directory selection dialogs
  • Native file save dialogs
  • Platform-specific implementations (desktop via linc_dialogs, Electron via IPC)

To use this plugin, add it to your project's ceramic.yml:

plugins:
  - dialogs
See: Dialogs For the main dialog API, DialogsFileFilter For file type filtering

Private Members

dialogs
pluginInit(): Void

Plugin initialization logic. Currently empty as the dialogs functionality is self-contained and doesn't require special initialization.

Metadata

Name Parameters
:access ceramic.App