Type Alias ActionHandlerBeta

ActionHandler: {
    onClose?: AsyncFilter;
}

Interface for handling actions with optional close behavior.