API / geotoolkit / schematics / utils / StylesRenderingHints / StylesRenderingHints
utils.StylesRenderingHints.StylesRenderingHints
Type Aliases
Ƭ Defaults: Object
Ƭ Options: Object
| Name | Type |
|---|---|
filternode? | (shape: Node) => boolean |
getfillstyle? | (options: { componentnode: ComponentNode ; shape: Node & { getFillStyle: () => FillStyle ; getLineStyle: () => LineStyle } }) => FillStyle | null |
getlinestyle? | (options: { componentnode: ComponentNode ; shape: Node & { getFillStyle: () => FillStyle ; getLineStyle: () => LineStyle } }) => LineStyle | null |