[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Higher-order reducer creator which creates a combined reducer object, keyed by a property on the action object.
File Size: | 420 lines (15 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
createNotice() X-Ref |
Returns an action object used in signalling that a notice is to be created. param: {string} [status='info'] Notice status. param: {string} content Notice message. param: {Object} [options] Notice options. param: {string} [options.context='global'] Context under which to param: {string} [options.id] Identifier for notice. param: {boolean} [options.isDismissible=true] Whether the notice can param: {string} [options.type='default'] Type of notice, one of param: {boolean} [options.speak=true] Whether the notice param: {Array<WPNoticeAction>} [options.actions] User actions to be param: {Object} [options.icon] An icon displayed with the notice. param: {boolean} [options.explicitDismiss] Whether the notice includes param: {Function} [options.onDismiss] Called when the notice is dismissed. return: {Object} Action object. |
createSuccessNotice(content, options) X-Ref |
Returns an action object used in signalling that a success notice is to be created. Refer to `createNotice` for options documentation. param: {string} content Notice message. param: {Object} [options] Optional notice options. return: {Object} Action object. |
createInfoNotice(content, options) X-Ref |
Returns an action object used in signalling that an info notice is to be created. Refer to `createNotice` for options documentation. param: {string} content Notice message. param: {Object} [options] Optional notice options. return: {Object} Action object. |
createErrorNotice(content, options) X-Ref |
Returns an action object used in signalling that an error notice is to be created. Refer to `createNotice` for options documentation. param: {string} content Notice message. param: {Object} [options] Optional notice options. return: {Object} Action object. |
createWarningNotice(content, options) X-Ref |
Returns an action object used in signalling that a warning notice is to be created. Refer to `createNotice` for options documentation. param: {string} content Notice message. param: {Object} [options] Optional notice options. return: {Object} Action object. |
removeNotice(id) X-Ref |
Returns an action object used in signalling that a notice is to be removed. param: {string} id Notice unique identifier. param: {string} [context='global'] Optional context (grouping) in which the notice is return: {Object} Action object. |
getNotices(state) X-Ref |
Returns all notices as an array, optionally for a given context. Defaults to the global context. param: {Object} state Notices state. param: {?string} context Optional grouping context. return: {WPNotice[]} Array of notices. |
Generated: Sun Nov 24 01:00:02 2024 | Cross-referenced by PHPXref 0.7.1 |