# Interface: AnnotationHooks
# Hierarchy
AnnotationHooks
# Methods
# afterDraw
▸ Optional
afterDraw(context
): void
# Parameters
Name | Type |
---|---|
context | EventContext |
# Returns
void
# Defined in
options.d.ts:23 (opens new window)
# beforeDraw
▸ Optional
beforeDraw(context
): void
# Parameters
Name | Type |
---|---|
context | EventContext |
# Returns
void