Interface ISubmenuBuilder
public interface ISubmenuBuilder
- Extension Methods
Methods
AddCustomCommand(string, Action<IServices>, Func<IServices, bool>?)
void AddCustomCommand(string title, Action<IServices> f, Func<IServices, bool>? accessPredicate = null)
Parameters
AddCustomCommand(string, Func<IServices, Task>, Func<IServices, bool>?)
void AddCustomCommand(string title, Func<IServices, Task> f, Func<IServices, bool>? accessPredicate = null)