Skip to content

vue-mvvm / core / DelegateRevoke

DelegateRevoke()

ts
type DelegateRevoke = () => void;

Represents a function type used to revoke a delegation.

This function, when called, performs the necessary revocation actions for a previously established delegated operation.

Returns

void