Skip to main content

getDevResourcesAsync

Gets all of the dev resources on a node. This includes any inherited dev resources from components and component sets.

Signature

getDevResourcesAsync(options?: { includeChildren: boolean }): Promise<DevResourceWithNodeId[]>

Parameters

options

An optional parameter to include getting all of the dev resources on the children of the node. Defaults to false.