1
0
Fork 0
freesewing/markdown/dev/reference/hooks/presample/en.md
2022-09-30 15:34:59 +02:00

605 B

title
preSample

The preSample hook runs just before your pattern is sampled.

Signature

null hook(Pattern pattern)

Example

pattern.on('preSample', pattern => {
  // Mutate the pattern object here
}

Notes

The preSample hook is rarely used, but it's there if you need it.

It is triggered just before the start of either: