(ctx: TakeAlgorithmPickContextInternal):
| TakeAlgorithmPickInternal
| undefinedUser-supplied take algorithm. Return undefined when nothing should be taken (empty).
models
Source src/internal/queueHyperlink.ts:2041 lines
export type type CustomTakeAlgorithm =
CustomTakeAlgorithmInternal
User-supplied take algorithm. Return undefined when nothing should be taken (empty).
CustomTakeAlgorithm = import CustomTakeAlgorithmInternalCustomTakeAlgorithmInternal;