Table of Contents

Interface IFrame

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

Represents the frame.

public interface IFrame

Properties

Closeable

Gets a value indicating whether the view is closeable by the user.

bool Closeable { get; }

Property Value

bool

Datasource

Gets the datasource.

IDatasource<IUIView>? Datasource { get; }

Property Value

IDatasource<IUIView>

DisplayMode

Gets the display mode.

FrameDisplayMode DisplayMode { get; }

Property Value

FrameDisplayMode

HasChanges

Gets a value indicating whether the view model has changes.

bool HasChanges { get; }

Property Value

bool

Icon

Gets the icon.

string? Icon { get; }

Property Value

string

Id

Gets or sets the identifier.

string Id { get; set; }

Property Value

string

Parameters

Gets the parameters.

NavigationParameters? Parameters { get; }

Property Value

NavigationParameters

PopupPosition

Gets or sets the popup position.

PopupPosition PopupPosition { get; set; }

Property Value

PopupPosition

PopupSize

Gets or sets the popup size.

PopupSize PopupSize { get; set; }

Property Value

PopupSize

Position

Gets the position at the opening.

int? Position { get; }

Property Value

int?

Ready

Gets a value indicating whether the view is ready.

bool Ready { get; }

Property Value

bool

Title

Gets the title.

string? Title { get; }

Property Value

string

ViewModel

Gets the view model.

ViewModel<IUIView>? ViewModel { get; }

Property Value

ViewModel<IUIView>