Overload | Description |
---|---|
AddVerb(String,FunctionResult<NWidget,NNode>) | Adds the given verb with weight equal to the meta unit's owner schema depth from root. |
AddVerb(String,FunctionResult<NWidget,NNode>,Function<NWidget,NNode>) | Adds the given verb with weight equal to the meta unit's owner schema depth from root. |
AddVerb(String,FunctionResult<NWidget,NNode>,Function<NWidget,NNode>,Int32) | Adds the given verb with the given weight. Verbs with larger weight sink towards the bottom of the list shown by the designer. |
AddVerb(String,String,FunctionResult<NWidget,NNode>,Function<NWidget,NNode>) | Adds the given verb with the given weight. Verbs with larger weight sink towards the bottom of the list shown by the designer. |
AddVerb(String,String,FunctionResult<NWidget,NNode>,Function<NWidget,NNode>,Int32) | Adds the given verb with the given weight. Verbs with larger weight sink towards the bottom of the list shown by the designer. |