Is it possible to set action in backend submodule

Hi!

I want to create submodule. Is it possible to set up action from controller in configuration?

  moduleexample:
    label: 'module label'
    controller: 'path to Controller'
    submodules:
      submoduleKey:
        label: 'submodule label'
        controller: 'path to Controller'
        action: 'is it possible to set action from controller?'

Hi,

no but you can redirect from the index action for example.

Thanks