Indexable
[key: string]: ActionCreator<A>
Properties
addDevice
addDevice: function
Type declaration
-
- (type: "personal" | "communal", name?: undefined | string, orientation?: "landscape" | "portrait", createRootRegion?: undefined | false | true): ADD_DEVICE
-
Parameters
-
type: "personal" | "communal"
-
Optional name: undefined | string
-
Optional orientation: "landscape" | "portrait"
-
Optional createRootRegion: undefined | false | true
addDeviceAndPlaceRegions
addDeviceAndPlaceRegions: function
Type declaration
-
-
Parameters
-
type: "personal" | "communal"
-
name: string
-
orientation: "landscape" | "portrait"
-
regions: Array<Region>
placeRegionOnScreen
placeRegionOnScreen: function
Type declaration
-
-
Parameters
-
screenId: string
-
-
-
Optional regionId: undefined | string
-
Optional name: undefined | string
-
Optional color: undefined | string
removeDevice
removeDevice: function
splitRegion
splitRegion: function
Type declaration
-
- (screenId: string, regionId: string, orientation: "horizontal" | "vertical", position: number): SPLIT_REGION
-
Parameters
-
screenId: string
-
regionId: string
-
orientation: "horizontal" | "vertical"
-
position: number
undoLastSplit
undoLastSplit: function
updateSelectedScreen
updateSelectedScreen: function
Type declaration
-
-
Parameters
-
Optional screenId: undefined | string