Class ThreadResolveMessage
ThreadResolveMessage UI element. Displays a system message indicating a thread was resolved.
Inheritance
ThreadResolveMessage
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 ThreadResolveMessage : BaseVisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IContextOverrideElement, IAdditionalDataHolder
Constructors
ThreadResolveMessage()
Default constructor.
Declaration
public ThreadResolveMessage()
Fields
iconUssClassName
The ThreadResolveMessage icon styling class.
Declaration
public const string iconUssClassName = "appui-thread-resolve-message__icon"
Field Value
| Type | Description |
|---|---|
| string |
textUssClassName
The ThreadResolveMessage text styling class.
Declaration
public const string textUssClassName = "appui-thread-resolve-message__text"
Field Value
| Type | Description |
|---|---|
| string |
timestampUssClassName
The ThreadResolveMessage timestamp styling class.
Declaration
public const string timestampUssClassName = "appui-thread-resolve-message__timestamp"
Field Value
| Type | Description |
|---|---|
| string |
ussClassName
The ThreadResolveMessage main styling class.
Declaration
public const string ussClassName = "appui-thread-resolve-message"
Field Value
| Type | Description |
|---|---|
| string |
Properties
authorName
The name of the author who resolved the thread.
Declaration
[Tooltip("The name of the author who resolved the thread.")]
public string authorName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
contentContainer
The content container of the ThreadResolveMessage.
Declaration
public override VisualElement contentContainer { get; }
Property Value
| Type | Description |
|---|---|
| VisualElement |
Overrides
timestamp
The timestamp of when the thread was resolved.
Declaration
[Tooltip("The timestamp of when the thread was resolved.")]
public string timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |