SearchField.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/SearchField.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: SearchField
Section titled “Type: SearchField”Original lines: 56-371
Declaration hash: sha256:287c4b1c685f63f21aaa908c00cf8f194908e17cdfd2718ff6b56d377894df4f
public sealed class SearchField : VisualElement{}Event: OnQueryChanged
Section titled “Event: OnQueryChanged”Original lines: 94
Declaration hash: sha256:f558492b9eabcf0b151cf303c58d2ab2dc57150127e366ff53e7297d5d3199ce
public event Action<string> OnQueryChanged;Event: OnDebouncedQueryChanged
Section titled “Event: OnDebouncedQueryChanged”Original lines: 102
Declaration hash: sha256:f486398ce020b700fee1e39c64b2c97bcd2ca98cb11963f433cff1eb28fab1a1
public event Action<string> OnDebouncedQueryChanged;Property: Value
Section titled “Property: Value”Original lines: 109-123
Declaration hash: sha256:79cd2046e849456f1bf4127383553ab0bda2acd710ab34131fb37fa9fd916d5b
public string Value { get; set; }Property: DebounceDelayMilliseconds
Section titled “Property: DebounceDelayMilliseconds”Original lines: 129-133
Declaration hash: sha256:13838c26d40f7270816fef9be6d14ed3042593688510695472322e7e390f7fe3
public long DebounceDelayMilliseconds { get; set; }Property: Placeholder
Section titled “Property: Placeholder”Original lines: 136-144
Declaration hash: sha256:42def80f80c238d39c3d17119e102dbe240c6f595486c9e297b4b1c5f58f86c0
public string Placeholder { get; set; }Method: SearchField(string placeholder)
Section titled “Method: SearchField(string placeholder)”Original lines: 155-158
Declaration hash: sha256:ba64e08867daa4fb002f00cfce057d65713cf2bdbf72b06c6f406cb21c26c587
public SearchField(string placeholder = DefaultPlaceholder);Method: Focus()
Section titled “Method: Focus()”Original lines: 260-267
Declaration hash: sha256:c4865eef146e3b4b4f1e46512cd00233fb9546c8ce8a111d47ee5a42ced90491
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
public void RegisterValueChangedCallback(EventCallback<ChangeEvent<string>> cb);