Class BlackboardInspectorPanel
Display an inspector ui for blackboard
public class BlackboardInspectorPanel : VisualElement
- Inheritance
-
BlackboardInspectorPanel
Constructors
BlackboardInspectorPanel(Func<CeresGraph>, Func<long>, Action<CeresGraph>)
public BlackboardInspectorPanel(Func<CeresGraph> getGraphFunc, Func<long> getTimestampFunc, Action<CeresGraph> onUpdate)
Parameters
getGraphFuncFunc<CeresGraph>getTimestampFuncFunc<long>onUpdateAction<CeresGraph>
Properties
Subtitle
Subtitle displayed on the right side of the title. If empty or null, the subtitle will be hidden.
public string Subtitle { get; set; }