Home Reference Source Test

Variable

Static Public Summary
public

type for object reducer to add item

public

type for object reducer to add items

public

type for string reducer to decrement number

public

type for string reducer to increment number

public

type for object reducer to insert item

public

type for object reducer to remove item

public

type for object reducer to remove item by key

public

type for boolean reducer to reset boolean

public

type for object reducer to reset list

public

type for string reducer to reset number

public

type for object reducer to reset object

public

type for string reducer to reset string

public

type for boolean reducer to set boolean

public

type for object reducer to set list

public

type for string reducer to set number

public

type for object reducer to set object

public

type for string reducer to set string

public

type for boolean reducer to toggle boolean

public

type for object reducer to update item

public

type for object reducer to update items by key

public

type for object reducer to update item by key

public

type for object reducer to update object

public

type for object reducer to update key/value pair on all items

Static Public

public ADD_ITEM: string source

type for object reducer to add item

public ADD_ITEMS: string source

type for object reducer to add items

public DECREMENT_NUMBER: string source

type for string reducer to decrement number

public INCREMENT_NUMBER: string source

type for string reducer to increment number

public INSERT_ITEM: string source

type for object reducer to insert item

public REMOVE_ITEM: string source

type for object reducer to remove item

public REMOVE_ITEM_BY_KEY: string source

type for object reducer to remove item by key

public RESET_BOOLEAN: string source

type for boolean reducer to reset boolean

public RESET_LIST: string source

type for object reducer to reset list

public RESET_NUMBER: string source

type for string reducer to reset number

public RESET_OBJECT: string source

type for object reducer to reset object

public RESET_STRING: string source

type for string reducer to reset string

public SET_BOOLEAN: string source

type for boolean reducer to set boolean

public SET_LIST: string source

type for object reducer to set list

public SET_NUMBER: string source

type for string reducer to set number

public SET_OBJECT: string source

type for object reducer to set object

public SET_STRING: string source

type for string reducer to set string

public TOGGLE_BOOLEAN: string source

type for boolean reducer to toggle boolean

public UPDATE_ITEM: string source

type for object reducer to update item

public UPDATE_ITEMS_BY_KEY: string source

type for object reducer to update items by key

public UPDATE_ITEM_BY_KEY: string source

type for object reducer to update item by key

public UPDATE_OBJECT: string source

type for object reducer to update object

public UPDATE_VALUE_ALL_ITEMS: string source

type for object reducer to update key/value pair on all items