listViewGroupsForObject()
Overview
public struct function listViewGroupsForObject(
required string objectName
)
Returns an struct with keys 'left' and 'right'. Each key contains an ordered array of view groups with their renderable properties ready for rendering an admin view of an object
Arguments
Name | Type | Required | Description |
---|---|---|---|
objectName | string | Yes | name of the object whose groups you wish to get |