preInstantiateDelegates
Purpose
Update node attributes before node is built.Examples
class SampleGriffonAddon {
List preInstantiateDelegates = [
{builder, attributes, value ->
attributes.colour = attributes.remove('color')
}
]
}