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