Class ThreadUnresolveMessage
ThreadUnresolveMessage UI element. Displays a system message indicating a thread was unresolved.
Inheritance
ThreadUnresolveMessage
Implements
Inherited Members
VisualElement.ExecuteDefaultAction(EventBase)
VisualElement.Focus()
VisualElement.Overlaps(Rect)
VisualElement.ToString()
VisualElement.GetFirstOfType<T>()
VisualElement.GetFirstAncestorOfType<T>()
VisualElement.canGrabFocus
VisualElement.focusController
VisualElement.cacheAsBitmap
CallbackEventHandler.RegisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.RegisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TrickleDown)
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public class ThreadUnresolveMessage : BaseVisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IContextOverrideElement, IAdditionalDataHolder
Constructors
ThreadUnresolveMessage()
Default constructor.
Declaration
public ThreadUnresolveMessage()
Fields
iconUssClassName
The ThreadUnresolveMessage icon styling class.
Declaration
public const string iconUssClassName = "appui-thread-unresolve-message__icon"
Field Value
| Type | Description |
|---|---|
| string |
textUssClassName
The ThreadUnresolveMessage text styling class.
Declaration
public const string textUssClassName = "appui-thread-unresolve-message__text"
Field Value
| Type | Description |
|---|---|
| string |
timestampUssClassName
The ThreadUnresolveMessage timestamp styling class.
Declaration
public const string timestampUssClassName = "appui-thread-unresolve-message__timestamp"
Field Value
| Type | Description |
|---|---|
| string |
ussClassName
The ThreadUnresolveMessage main styling class.
Declaration
public const string ussClassName = "appui-thread-unresolve-message"
Field Value
| Type | Description |
|---|---|
| string |
Properties
authorName
The name of the author who unresolved the thread.
Declaration
[Tooltip("The name of the author who unresolved the thread.")]
public string authorName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
contentContainer
The content container of the ThreadUnresolveMessage.
Declaration
public override VisualElement contentContainer { get; }
Property Value
| Type | Description |
|---|---|
| VisualElement |
Overrides
timestamp
The timestamp of when the thread was unresolved.
Declaration
[Tooltip("The timestamp of when the thread was unresolved.")]
public string timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |