Is it possible to hide a slot target?

Also is it possible to hide a slot target?

@deliberate_cat are you wanting to hide the placeholder?

yes!

You can use hidePlaceholder for that:

children: {
  type: 'slot',
  hidePlaceholder: true,
},

That’s if you’re registering a component

thank you!