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