EditCommittedHandler TypeAlias
Expected type for a handler of the EditCommitted
event.
Signature
export declare type EditCommittedHandler = (args: EditCommittedEventArguments) => void;
Expected type for a handler of the EditCommitted
event.
export declare type EditCommittedHandler = (args: EditCommittedEventArguments) => void;