Function
| Static Public Summary | ||
| public |
addInputComponentFactory(addHandler: Function): AddInputComponent AddInput Component Factory that creates DOM element and binds handlers |
|
Static Public
public addInputComponentFactory(addHandler: Function): AddInputComponent source
import addInputComponentFactory from 'Template-WebpackFEND/src/example/todo/components/add-input/index.js'AddInput Component Factory that creates DOM element and binds handlers
Params:
| Name | Type | Attribute | Description |
| addHandler | Function | handler when 'add' button is pressed |
Return:
| AddInputComponent | Add input component |
