scenebuilder icon indicating copy to clipboard operation
scenebuilder copied to clipboard

SceneBuilder custom controls initialization

Open palexdev opened this issue 3 years ago • 1 comments

Is there a way for custom controls to inform SceneBuilder that some properties should be initialized with certain values?

If not, wouldn't it be a great feature? We could use a constructor annotation for example

palexdev avatar Nov 16 '21 16:11 palexdev

Why not use constructor itself? Why the need for an annotation? Couldn't you initialize those properties in the constructor? Maybe if you provide an use case would be easier to follow up (at least for me..)

luca-domenichini avatar Nov 17 '21 07:11 luca-domenichini