ExperimentalExperimentalThis method will reset the component grid properties of a specified frame to their defaults.
the id of the frame to reset
ExperimentalThis method will set the component source of a specified component grid frame.
the id of the frame to reset
the component source to set, or null to unset
ExperimentalThis method will set the data source variable of a specified component grid frame.
the id of the frame to reset
the data source variable to set, or null to unset
ExperimentalThis method will set the component grid mapping for a specified frame.
the id of the frame that needs to get updated
the id of the component to map
the id of the target variable to map to
the id of the source variable to map from, or null to unset
the source field to map to
ExperimentalThis method will set the resize mode of a specified frame.
the id of the frame to reset
the resize mode to set
ExperimentalThis method will update the component grid settings of a specified frame.
the id of the frame that needs to get updated
the delta update object containing the properties to update
This controller is experimental and may change without warning. The ComponentGridController is responsible for all communication regarding Component Grid frames. Methods inside this controller can be called by
window.SDK.componentGrid.{method-name}