DesktopAction.name

Label that will be shown to the user.

struct DesktopAction
@nogc @safe const nothrow
string
name
()

Return Value

Type: string

The value associated with "Name" key. Note: Don't confuse this with name of section. To access name of section use group().name.

Meta