FilterTextInputComponent
Defined in: filtering/tree/filter-text-input.component.ts:40
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FilterTextInputComponent():
FilterTextInputComponent
Returns
Section titled “Returns”FilterTextInputComponent
Properties
Section titled “Properties”canSubmit
Section titled “canSubmit”
readonlycanSubmit:Signal<boolean>
Defined in: filtering/tree/filter-text-input.component.ts:78
declarations
Section titled “declarations”declarations:
InputSignal<Decl[]>
Defined in: filtering/tree/filter-text-input.component.ts:46
The available field declarations for type-checking.
exprAdd
Section titled “exprAdd”exprAdd:
OutputEmitterRef<Expr>
Defined in: filtering/tree/filter-text-input.component.ts:60
Emitted when the user submits a valid filter expression.
filterForm
Section titled “filterForm”
readonlyfilterForm: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
Section titled “placeholder”placeholder:
InputSignal<string>
Defined in: filtering/tree/filter-text-input.component.ts:49
Placeholder text for the input.
submitLabel
Section titled “submitLabel”submitLabel:
InputSignal<string>
Defined in: filtering/tree/filter-text-input.component.ts:57
Text on the submit button.
Methods
Section titled “Methods”onSubmit()
Section titled “onSubmit()”onSubmit():
void
Defined in: filtering/tree/filter-text-input.component.ts:87
Returns
Section titled “Returns”void