category property

String? category
final

The category or name this match is associated with, displayed on the left-hand side of the KRunner match interface.

Defaults to the Name property of the runner's .desktop file.

Leave blank to use the default runner name.

Implementation

// KRunner's "category" property.
final String? category;