DiagramMainView Module
Functions and values
| Function or value | Description |
|
|
|
|
|
|
Full Usage:
lastDragModeOn
Returns: bool
|
|
Full Usage:
lastMemoryCheckTime
Returns: float option
|
|
Full Usage:
setDragMode modeIsOn dividerDragMode dispatch ev
Parameters:
bool
dividerDragMode : DragMode
dispatch : Msg -> unit
ev : MouseEvent
Modifiers: inline |
|
|
|
|
Says, for as long as it applies, that the sheet on screen is a library component being looked
at rather than one of the user's own.
A banner and not a confirmation before opening: nothing here is destructive or hard to undo, so
there is nothing to confirm, and the question would come at the one moment the user has not yet
seen what they are being asked about. This answers the question they will actually ask, which
is why they cannot edit what is in front of them.
Named by the library and component their author gave them, not by the L
|
Full Usage:
viewRightTabs (arg1, arg2) model dispatch
Parameters:
Component list
arg1 : Connection list
model : Model
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
viewSimSubTab (arg1, arg2) model dispatch
Parameters:
Component list
arg1 : Connection list
model : Model
dispatch : Msg -> unit
Returns: ReactElement
|
|