CatalogueView Module
Nested modules
Modules | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
createCompStdLabel comp createParam model dispatch
Parameters:
ComponentType
createParam : (ComponentId -> Unit) option
model : Model
dispatch : Msg -> 'a
Returns: 'a
|
|
|
|
Full Usage:
createVerilogPopup model showExtraErrors correctedCode moduleName origin dispatch
Parameters:
Model
showExtraErrors : bool
correctedCode : string option
moduleName : string option
origin : CodeEditorOpen
dispatch : Msg -> unit
|
|
Full Usage:
menuItem styles label onClick
Parameters:
CSSProp list
label : string
onClick : MouseEvent -> unit
Returns: ReactElement
|
|
Full Usage:
parseBusCompareValue wMax w cText
Parameters:
int
w : int
cText : string
Returns: ReactElement * ComponentType option
|
|
Full Usage:
parseConstant wMax w cText
Parameters:
int
w : int
cText : string
Returns: ReactElement * ComponentType option
|
|
|
|