Skip to main content
Version: v1

EditCommittedHandler TypeAlias

Expected type for a handler of the EditCommitted event.

Signature

export declare type EditCommittedHandler = (args: EditCommittedEventArguments) => void;