Type Alias: TextMatchFunction()
TextMatchFunction = (
content,widget) =>boolean
Defined in: types.ts:11
Custom function for matching text content.
Parameters
| Parameter | Type | Description |
|---|---|---|
content | string | The normalized text content to match against |
widget | Gtk.Widget | The widget being tested |
Returns
boolean
true if the content matches