File

src/modules/table/entities/column-cell-clicked-output.intf.ts

Description

Definition of the output value of StarkTableColumn cellClicked Output

Index

Properties

Properties

columnName
columnName: string
Type : string

The column name that the cell belongs to

row
row: object
Type : object

The row object that contains the cell that was clicked

value
value: any
Type : any

The value of the cell that was clicked

export interface StarkColumnCellClickedOutput {
	/**
	 * The value of the cell that was clicked
	 */
	value: any;

	/**
	 * The column name that the cell belongs to
	 */
	columnName: string;

	/**
	 * The row object that contains the cell that was clicked
	 */
	row: object;
}

results matching ""

    No results matching ""