--- title: Slotable slug: Web/API/Slotable tags: - API - Web Components - 参考 - 接口 translation_of: Web/API/Slottable translation_of_original: Web/API/Slotable ---

{{APIRef("Shadow DOM")}}

Slotable mixin 定义了允许节点成为 {{htmlelement("slot")}} 元素的内容的特性——下面的特性被包含在 {{domxref("Element")}} 和 {{domxref("Text")}} API 之中。

属性

{{domxref("Slotable.assignedSlot")}} {{readonlyInline}}
返回节点所插入的 {{htmlelement("slot")}} 元素。

方法

无。

规范

规范 状态 备注
{{SpecName('DOM WHATWG','#slotable','Slotable')}} {{Spec2('DOM WHATWG')}} Initial definition.

浏览器兼容性

{{Compat("api.Slotable")}}