File

src/modules/date-range-picker/components/date-range-picker-event.intf.ts

Description

Event to be emitted by the Stark Date Range Picker component when the date range changes

Index

Properties

Properties

endDate
endDate: Date
Type : Date
Optional

Selected end date

startDate
startDate: Date
Type : Date
Optional

Selected start date

export interface StarkDateRangePickerEvent {
	/**
	 * Selected start date
	 */
	startDate?: Date;

	/**
	 * Selected end date
	 */
	endDate?: Date;
}

results matching ""

    No results matching ""