Item Type
Item Name
Search file in folder and subfolders...
export const getStateForContext = ( state, context ) => { return typeof state[ context ] === 'undefined' ? null : state[ context ]; };