You are here

getChildByAssocsByType

getChildByAssocsByType(type) returns a list of children of the node that matches the specified object type.

Parameters

type
A string specifying the object type.

Returns

Returns a list of TemplateNode objects representing child nodes that match the specified object type.

Example