Global

Methods

previewSeoFireChange()

Copyright (c) 2000-present Liferay, Inc. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
Source:

SelectLayout()

SelectLayout This component shows a list of available layouts to select in expanded tree and allows to filter them by searching.
Source:

setIn(Original, Arraynon-null, value) → {Array|Object}

Recursively inserts a value inside an object creating a copy of the original target. It the object (or any in the path), it's an Array, it will generate new Arrays, preserving the same structure.
Parameters:
Name Type Description
Original Array | Object object that will be copied
Array Array.<string> of strings used for reaching the deep property
value * Value to be inserted
Source:
Returns:
Copy of the original object with the new value
Type
Array | Object