Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

SearchField.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/SearchField.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/Controls/SearchField.cs

Source file hash: sha256:fa6e7f8c8a801eaa9f8c4d6ad539154673af02fde8378637f4d7cff306c4aa3f

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 56-371

Declaration hash: sha256:287c4b1c685f63f21aaa908c00cf8f194908e17cdfd2718ff6b56d377894df4f

C#
public sealed class SearchField : VisualElement
{
}

Original lines: 94

Declaration hash: sha256:f558492b9eabcf0b151cf303c58d2ab2dc57150127e366ff53e7297d5d3199ce

C#
public event Action<string> OnQueryChanged;

Original lines: 102

Declaration hash: sha256:f486398ce020b700fee1e39c64b2c97bcd2ca98cb11963f433cff1eb28fab1a1

C#
public event Action<string> OnDebouncedQueryChanged;

Original lines: 109-123

Declaration hash: sha256:79cd2046e849456f1bf4127383553ab0bda2acd710ab34131fb37fa9fd916d5b

C#
public string Value { get; set; }

Original lines: 129-133

Declaration hash: sha256:13838c26d40f7270816fef9be6d14ed3042593688510695472322e7e390f7fe3

C#
public long DebounceDelayMilliseconds { get; set; }

Original lines: 136-144

Declaration hash: sha256:42def80f80c238d39c3d17119e102dbe240c6f595486c9e297b4b1c5f58f86c0

C#
public string Placeholder { get; set; }

Original lines: 155-158

Declaration hash: sha256:ba64e08867daa4fb002f00cfce057d65713cf2bdbf72b06c6f406cb21c26c587

C#
public SearchField(string placeholder = DefaultPlaceholder);

Original lines: 260-267

Declaration hash: sha256:c4865eef146e3b4b4f1e46512cd00233fb9546c8ce8a111d47ee5a42ced90491

C#
public new void Focus();

Method: RegisterValueChangedCallback(EventCallback<ChangeEvent<string>> cb)

Section titled “Method: RegisterValueChangedCallback(EventCallback<ChangeEvent<string>> cb)”

Original lines: 274-277

Declaration hash: sha256:ce52a3ecf20dfed71d1a7c44412cd59f1323b9301c00d70ac74892a7720ad3d0

C#
public void RegisterValueChangedCallback(EventCallback<ChangeEvent<string>> cb);
Full-size image