Module view/actions/GotoButton
Type aliases
OwnProps
OwnProps: object
Defined in src/view/actions/GotoButton.tsx:14
Type declaration
item: string | undefined
tile: TileInfo | undefined
Props
Defined in src/view/actions/GotoButton.tsx:24
Functions
Const GotoButton
GotoButton( __namedParameters: object ) : Element
Defined in src/view/actions/GotoButton.tsx:40
Parameters
__namedParameters: object
block: undefined | BlockInfo
flowControl: object
setError: function
setStart: function
setSuccess: function
item: undefined | string
tile: undefined | TileInfo
Returns Element
Const notCurrentTile
notCurrentTile( player: PlayerInfo | undefined , tile: TileInfo | undefined ) : undefined | false | true
Defined in src/view/actions/GotoButton.tsx:30
Parameters
Returns undefined
|
false
|
true
React props for GotoButton component