The postSample
hook runs just after your pattern is sampled.
Signature
Javascript
null hook(Pattern pattern)
Example
Javascript
pattern.on('postSample', pattern
=> {
// Mutate the pattern object here
}
Notes
The postSample
hook is rarely used, but it’s there if you need it.
It is triggered just before the end of either:
- the Pattern.sampleOption() method
- the Pattern.sampleMeasurement() method
- the Pattern.sampleModels() method