Action.label - multiple declarations

Function Action.label

sets label string resource id

Action label(
  string resourceId
) @property;

Function Action.label

sets label unicode string

Action label(
  dstring text
) @property;

Function Action.label

returns label unicode string (translates if resource id is set)

dstring label() @property const;