[ButtonPrefixLabel]

Attribute used for adding a prefix label before the method button.

Parameters

Parameter Name
Description
Type

label

Text to display before the button.

string

Examples

[Button]
[ButtonPrefixLabel("Action:")]
public void DoSomething()
{
    // ...
}