Agama Installer
    Preparing search index...
    • Renders a dialog with the given list of actions

      Parameters

      • props: { actions?: Action[]; isOpen?: boolean; onClose?: () => void }
        • Optionalactions?: Action[]

          The actions to perform in the system.

        • OptionalisOpen?: boolean

          Whether the dialog is visible or not.

        • OptionalonClose?: () => void

          Whether the dialog is visible or not.

      Returns Element