Table of Contents

Interface IUIItemCloningArgs<TUIView>

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Rule
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Provides arguments for the data cloning ui event rule.

public interface IUIItemCloningArgs<TUIView> : IUICancelRuleArguments, IUIRuleArguments where TUIView : class, IUIView

Type Parameters

TUIView

The type of ui view.

Inherited Members

Properties

Item

Gets the cloned item.

TUIView Item { get; }

Property Value

TUIView

Source

Gets the item from which the new item will be cloned.

TUIView Source { get; }

Property Value

TUIView