Declares a prop that can hold a boolean value.
Note that this value cannot be dynamic. If you want a dynamic value, use a DynamicProperty.
{ showValue: types.Boolean({ label: 'Show Value', defaultValue: true, })} Copy
{ showValue: types.Boolean({ label: 'Show Value', defaultValue: true, })}
Declares a prop that can hold a boolean value.
Note that this value cannot be dynamic. If you want a dynamic value, use a DynamicProperty.