Interface IPopup
Namespace: Edgar.Unity.Editor
Assembly: cs.temp.dll.dll
Syntax
public interface IPopup
Properties
Content
Declaration
string Content { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Links
Declaration
List<PopupLink> Links { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<PopupLink> |
Title
Declaration
string Title { get; }
Property Value
| Type | Description |
|---|---|
| System.String |