Appearance
vue-mvvm / core / DelegateRevoke
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.
void