Sign up (with export icon)

ColorDefinition

Api-interface iconinterface

A color definition used to create a ColorTileView.

{
	color: 'hsl(0, 0%, 75%)',
	label: 'Light Grey',
	options: {
		hasBorder: true
	}
}
Copy code

Properties