| 91 | export {ToolboxFeature}; |
| 92 | |
| 93 | export interface UserDefinedToolboxFeature { |
| 94 | uid: string |
| 95 | |
| 96 | model: ToolboxFeatureModel |
| 97 | ecModel: GlobalModel |
| 98 | api: ExtensionAPI |
| 99 | |
| 100 | featureName?: string |
| 101 | |
| 102 | onclick(): void |
| 103 | } |
| 104 | |
| 105 | type ToolboxFeatureCtor = { |
| 106 | new(): ToolboxFeature |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…