Interface IChildSyntax<TSyntax>
Denotes the syntax used to customize how elements appear in menus
public interface IChildSyntax<TSyntax>
Type Parameters
TSyntax
- Extension Methods
Methods
HideIn(Func<string, bool>)
Defines that the option should not be shown in the contexts defined by the given predicate
TSyntax HideIn(Func<string, bool> contextIdPredicate)
Parameters
Returns
- TSyntax
A child syntax instance for chaining purposes