Table of Contents

Interface IClearableComponent

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

Provides the functionalities of a clearable component.

public interface IClearableComponent

Properties

CanClear

Gets a value indicating whether a component is clearable.

bool CanClear { get; }

Property Value

bool

Methods

Clear()

Clear the value of this element.

bool Clear()

Returns

bool

A value indicating whether the clear action has been performed.