Skip to content

FilterTextInputComponent

Defined in: filtering/tree/filter-text-input.component.ts:40

new FilterTextInputComponent(): FilterTextInputComponent

FilterTextInputComponent

readonly canSubmit: Signal<boolean>

Defined in: filtering/tree/filter-text-input.component.ts:78


declarations: InputSignal<Decl[]>

Defined in: filtering/tree/filter-text-input.component.ts:46

The available field declarations for type-checking.


exprAdd: OutputEmitterRef<Expr>

Defined in: filtering/tree/filter-text-input.component.ts:60

Emitted when the user submits a valid filter expression.


readonly filterForm: FieldTree<string, string | number>

Defined in: filtering/tree/filter-text-input.component.ts:69


label: InputSignal<string>

Defined in: filtering/tree/filter-text-input.component.ts:54

Label shown inside the form field.


placeholder: InputSignal<string>

Defined in: filtering/tree/filter-text-input.component.ts:49

Placeholder text for the input.


submitLabel: InputSignal<string>

Defined in: filtering/tree/filter-text-input.component.ts:57

Text on the submit button.

onSubmit(): void

Defined in: filtering/tree/filter-text-input.component.ts:87

void