getListInfosByName

Use this wire adapter to get the metadata for a batch of list views.

See Get a Batch of List View Metadata.

  • names—(Required) An array of comma-separated strings of list view names. A list view name starts with an entity name, a dot, and then the name of the list view, like Account.AllAccounts.
  • propertyOrFunction—A private property or function to receive the stream of data from the wire service. If a property is decorated with @wire, the results return to the property’s data property or error property. If a function is decorated with @wire, the results return in an object with a data property and an error property.

This code example fetches the list information by API name, then iterates through the list of display columns in the list information.

To retrieve metadata for a single list view, use getListInfoByName instead.