API Referencegraphite
ButtonClickEvent
Button label supplied to a click callback.
Module: graphite
Button label supplied to a click callback.
Declaration
export type ButtonClickEvent = {
label: string;
};Properties
label
label: string;