actions property

List<String>? actions
final

A list of callback function names available for this match, if any.

If the actions only need to be fetched once (they don't change between matches for the runner), set the X-Plasma-Request-Actions-Once property of the runner's .service file to true.

Implementation

// KRunner's "actions" property.
final List<String>? actions;