postInstantiateDelegates
Purpose
Update node attributes after the node has been instantiated.Examples
class SampleGriffonAddon { List postInstantiateDelegates = [ {builder, attributes, node -> node.initialize() } ] }
(Quick Reference)
postInstantiateDelegatesPurposeUpdate node attributes after the node has been instantiated.Examplesclass SampleGriffonAddon { List postInstantiateDelegates = [ {builder, attributes, node -> node.initialize() } ] } DescriptionPostInstantiate delegates are builder strategies that lets you update node attributes right after a node has been instantiated buf before said attributes are set on the node. You may also want to perform shared initialization across several nodes. |
AddonsCommand LineGriffon Shell |