- data
- removeObject
- actionFactory
- action
- shallowEqual
- getTitleOf
- getRecordsOf
- sliceAtIndex
- expanded
- expandObject
- indexOfObjectShallow
- includesObjectShallow
- hasRecords
Data reducer containing data for visualization
Returns Object new state or current state if action undefined
Will dispatch object telling to remove object from store
value
Object Value to be dispatched, removed from data store
Returns Object redux action object
Will create factory for factory of redux actions
args
...string arguments you would like final functions to have
Returns Function factory with action type as argument
Will create redux action with value argument
type
string arguments you would like final functions to have
Returns Function to trigger redux action
Will compare keys and values of two objects
object1
Object First object to compare (optional, default{}
)object2
Object Second object to compare (optional, default{}
)
Returns Boolean true if keys and values of objects are equal
Will return title of kids object
kids
Object Kids object
Returns String Title of kids object
Will return records of kids if it has some
kids
Object Kids object
Returns Array Records in kids object
Will remove object from array at specified index
Returns Array New array of objects
Store containing currently expanded objects
Returns Object new state or current state if action undefined
Will dispatch object telling to expand an object
value
Object Value to be dispatched, expanded in visualization
Returns Object redux action object
Will try to find index of object in array by shallow comparing
Returns Number index of found object or -1
Will check array if IT contains the object by shallow comparing the objects
Returns Boolean returns true if object is included
Will check whenever kids are present
kids
Object Kids object
Returns Boolean true if kids are present