Child pages
  • Specification (.spec file)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We only need to know the list of all parameters/properties and which types they are, so a beaninfo spec. (json like ) as below would suffice:

Code Block
titledatafield.spec
{
	dataProviderID: dataprovider,
	toolTipText: string,
	x: int,
	y: int,
	w: int,
	h: int,
	bgColor: color
}

...