Skip to content

Interface: CssSlot

Defined in: packages/core/src/model.ts:50

A named slot a component shell exposes (@slot, Custom Elements Manifest).

Properties

description?

ts
optional description?: string;

Defined in: packages/core/src/model.ts:54

Prose from a @slot doc tag, when authored.


name

ts
name: string;

Defined in: packages/core/src/model.ts:52

The slot name (empty string for the default slot).

Released under the MIT License