File

src/context-menu/context-menu.types.ts

Index

Properties

Properties

event
event:
info
info: string
Type : string
label
label: string
Type : string
type
type: null | "checkbox" | "radio"
Type : null | "checkbox" | "radio"
value
value: string
Type : string
export interface ItemClickEvent {
	type: null | "checkbox" | "radio";
	label: string;
	info: string;
	value: string;
	event: MouseEvent & KeyboardEvent;
}

results matching ""

    No results matching ""