API / geotoolkit / schematics / labeling / LabelShape / LabelShape
labeling.LabelShape.LabelShape
Type Aliases
Type Aliases
Ƭ Options: Options & { styleshandler?: StylesHandler ; textstyle?: Type }
Ƭ OptionsOut: OptionsOut & { styleshandler?: StylesHandler ; textstyle?: TextStyle }
properties
Ƭ StyleOptions: Object
options
| Name | Type | Description |
|---|---|---|
cssclass? | string | define style class name |
fillstyle? | Type | fill style |
linestyle? | Type | line style |
textstyle? | Type | text style |
Ƭ StylesHandler: (options: { node: ComponentNode ; text: string }) => { fillstyle: FillStyle | null ; linestyle: LineStyle | null ; textstyle?: TextStyle | null }
▸ (options): Object
| Name | Type |
|---|---|
options | Object |
options.node | ComponentNode |
options.text | string |
Object