Constructs a Store that tracks a child property of another store's RootState. See PartitionableState for more details.
The parent store containing the partition
The child key to partition the parent's state.
Optional
A list of Watchers to be notified once and permanently subscribed
The partitioned store.
Constructs a Store that tracks a child property of another store's RootState. See PartitionableState for more details.