IndicatorTooltip.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/IndicatorTooltip.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/IndicatorTooltip.cs
Source file hash: sha256:a4b82cd3bb8d05c432a766ccb8e894c56061ea2e2797ff0bf5cdc9995ec5f0f6
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: IndicatorTooltip
Section titled “Type: IndicatorTooltip”Original lines: 14-77
Declaration hash: sha256:b497865a25988767288aae9f786a3ee36c543c82009f3aaf5269d29f63c457f9
public static class IndicatorTooltip{}Field: WarningText
Section titled “Field: WarningText”Original lines: 17
Declaration hash: sha256:30899fa2b8d86ab6844e7e9c4b25c7d1db672e1dfda857d180194c4a2c6bcbf2
public const string WarningText = "Value needs attention.";Field: ReadOnlyText
Section titled “Field: ReadOnlyText”Original lines: 19
Declaration hash: sha256:a9c07e2a2b5dbf39b31a5b71376caf01158aaedd95a110bee23daa79ae41af4d
public const string ReadOnlyText = "Value cannot be edited.";Field: IncompatibleText
Section titled “Field: IncompatibleText”Original lines: 21
Declaration hash: sha256:8852018830b9a1b3ea34c55533b6b370a14f3a764805e942e340839725103512
public const string IncompatibleText = "Value is incompatible with the field contract.";Field: HealthyText
Section titled “Field: HealthyText”Original lines: 23
Declaration hash: sha256:018eeca805886c41e0c690d8aa882d9a1ceee1fe44253b38696a3c680adec6d2
public const string HealthyText = "Value is available.";Field: UnavailableText
Section titled “Field: UnavailableText”Original lines: 25
Declaration hash: sha256:691fad91354118e82a72ad939472bcfd577db22f90bf8e1c212994fced60ea44
public const string UnavailableText = "Value cannot currently be resolved.";Field: ClearedText
Section titled “Field: ClearedText”Original lines: 27
Declaration hash: sha256:8dde8c1948e79c5251cd00718b2f506b004301289dcfb66945065955187b5693
public const string ClearedText = "No runtime value is attached.";Method: Set(VisualElement indicator, string defaultText, string contextualText)
Section titled “Method: Set(VisualElement indicator, string defaultText, string contextualText)”Original lines: 38-64
Declaration hash: sha256:4fa1d4c579b77efb9defb9421575246f0b3dd927552f39d4d3cf547cc042f9b2
public static void Set(VisualElement indicator, string defaultText, string contextualText = null);