File

src/modules/table/entities/column-filter-changed-output.intf.ts

Description

Definition of the output value of StarkTableColumn filterChanged Output

Index

Properties

Properties

filterValue
filterValue: string
Type : string
Optional

Value of the filter Wildcards can be used: "" to match any anything and "?" to match one character. Use "*" and "?" to match exactly the characters "" and "?"

name
name: string
Type : string

Name of the property that will be the source of the column.

export interface StarkColumnFilterChangedOutput {
	/**
	 * Name of the property that will be the source of the column.
	 */
	name: string;

	/**
	 * Value of the filter
	 * Wildcards can be used: "*" to match any anything and "?" to match one character.
	 * Use "\*" and "\?" to match exactly the characters "*" and "?"
	 */
	filterValue?: string;
}

results matching ""

    No results matching ""