name property

String name
final

A name for this runner.

Must start with a / and may be composed of the following characters [A-Z][a-z][0-9]_.

This is the label for this item that lives under the identifier.

If your identifier was org.kde.vscode your name might be /krunner, so that the krita namespace could contain multiple grouped service names like: /krunner, /workspaces, /client, etc.

Implementation

final String name;