Table of Contents

Interface IGlobalSearchResultGroup

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Components
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Represents the definition of the global search result group.

public interface IGlobalSearchResultGroup

Properties

Caption

Gets the caption.

string? Caption { get; }

Property Value

string

Items

Gets the result items.

IReadOnlyList<IGlobalSearchResultItem> Items { get; }

Property Value

IReadOnlyList<IGlobalSearchResultItem>