From 50f5986fffcdc8f32408b8f7dfbb05066e2e38fa Mon Sep 17 00:00:00 2001 From: Bladesheng Date: Mon, 3 Nov 2025 14:03:31 +0100 Subject: [PATCH] update docs --- documentation/docs/07-misc/04-custom-elements.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/docs/07-misc/04-custom-elements.md b/documentation/docs/07-misc/04-custom-elements.md index 9b457c6cdc..9d86172ae0 100644 --- a/documentation/docs/07-misc/04-custom-elements.md +++ b/documentation/docs/07-misc/04-custom-elements.md @@ -84,9 +84,7 @@ When constructing a custom element, you can tailor several aspects by defining ` shadow: () => ({ mode: import.meta.env.DEV ? 'open' : 'closed', clonable: true, - delegatesFocus: true, - serializable: true, - slotAssignment: 'manual', + // ... }), props: { name: { reflect: true, type: 'Number', attribute: 'element-index' }