()
| 51 | |
| 52 | |
| 53 | getToolbarAttrs(){ |
| 54 | |
| 55 | const toolBarAttrs = super.getToolbarAttrs() |
| 56 | |
| 57 | |
| 58 | return ({ |
| 59 | id: this.__id, |
| 60 | widgetName: toolBarAttrs.widgetName, |
| 61 | size: toolBarAttrs.size, |
| 62 | |
| 63 | ...this.state.attrs, |
| 64 | |
| 65 | }) |
| 66 | } |
| 67 | |
| 68 | renderContent(){ |
| 69 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected