Table of Contents

Interface IChildSyntax<TSyntax>

Namespace
NMF.Glsp.Language
Assembly
NMF.Glsp.dll

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

contextIdPredicate Func<string, bool>

A predicate to check the context ids

Returns

TSyntax

A child syntax instance for chaining purposes