[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 350 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
reducer(state = {}, action) X-Ref |
Reducer returning the viewport state, as keys of breakpoint queries with boolean value representing whether query is matched. param: {Object} state Current state. param: {Object} action Dispatched action. return: {Object} Updated state. |
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. Ignored from documentation as it is for internal use only. param: {Object} values Breakpoint query matches. return: {Object} Action object. |
isViewportMatch(state, query) X-Ref |
Returns true if the viewport matches the given query, or false otherwise. param: {Object} state Viewport state object. param: {string} query Query string. Includes operator and breakpoint name, return: {boolean} Whether viewport matches query. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |