ยฉ 2026 Hedgehog Software, LLC
IOperation['content']
string
IOperation['ctx']
export interface IOperation { content: JSX.Element ctx?: (value: number) => void } /// ... // `operation.ctx` possibly null here if (tyepof operation.content !== 'number') return operation.ctx(operations.indexOf(operation)) // ...