onInit: (clientId: string, computeName: string) => void
onDispose: (clientId: string, computeName: string) => void
onCompute: (data: T, clientId: string, computeName: string) => void
onCalculate: (stateName: string, clientId: string, computeName: string) => void
onUpdate: (clientId: string, computeName: string) => void
Called when the compute is updated. Triggered whenever compute data or configuration changes, allowing for reactive updates.