API Referenceglobal
ArgumentHintAttributeclass
Specify a hint on a Doo explaining that we're going to be passing in an expected argument when calling it.
Constructors1
Showing 1 constructors
public ArgumentHintAttribute()
No results match this filter.
Properties3
Showing 3 properties
public string Sandbox.Doo.ArgumentHintAttribute.Help { get; set; }
A help string describing what this argument is for.
Returns:
string—public System.Type Sandbox.Doo.ArgumentHintAttribute.Hint { get; set; }
The expected type of this argument.
public string Sandbox.Doo.ArgumentHintAttribute.Name { get; set; }
The argument name shown in the editor.
Returns:
string—No results match this filter.