[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/js/dist/ -> viewport.js (summary)

(no description)

File Size: 374 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  reducer()
  setIsMatching()
  isViewportMatch()
  _extends()

Functions
Functions that are not part of a class:

reducer()   X-Ref
Reducer returning the viewport state, as keys of breakpoint queries with
boolean value representing whether query is matched.

return: {Object} Updated state.
param: {Object} state  Current state.
param: {Object} action Dispatched action.

setIsMatching(values)   X-Ref
Returns an action object used in signalling that viewport queries have been
updated. Values are specified as an object of breakpoint query keys where
value represents whether query matches.

return: {Object} Action object.
param: {Object} values Breakpoint query matches.

isViewportMatch(state, query)   X-Ref
Returns true if the viewport matches the given query, or false otherwise.

return: {boolean} Whether viewport matches query.
param: {Object} state Viewport state object.
param: {string} query Query string. Includes operator and breakpoint name,

_extends()   X-Ref
No description



Generated: Sat Apr 27 01:00:02 2024 Cross-referenced by PHPXref 0.7.1