@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
32 lines (31 loc) • 798 B
TypeScript
export declare const QuickCommandsTMT: {
buttons: ({
label: string;
primary: boolean;
alert: string;
confirm: string;
console: string;
panelMessage: string;
icon: string;
updateItem: {
StatusTMT: string;
CompletedByTMT?: undefined;
CompletedDateTMT?: undefined;
};
} | {
label: string;
primary: boolean;
alert: string;
confirm: string;
console: string;
panelMessage: string;
icon: string;
updateItem: {
StatusTMT: string;
CompletedByTMT: string;
CompletedDateTMT: string;
};
})[];
onUpdateAlsoCallback: boolean;
callBack: null;
};