mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(site): rewrite media element builder for MediaHost architecture (#1334)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
b731cba6ba
commit
d8cd59e0fd
@@ -575,7 +575,7 @@ export { generatePresetReferences } from './preset-handler.js';
|
||||
// MEDIA ELEMENT REFERENCE PIPELINE
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
export interface DelegatePropertyDef {
|
||||
export interface HostPropertyDef {
|
||||
type: string;
|
||||
description?: string;
|
||||
readonly: boolean;
|
||||
@@ -584,7 +584,7 @@ export interface DelegatePropertyDef {
|
||||
export interface MediaElementReference {
|
||||
name: string;
|
||||
tagName: string;
|
||||
delegateProperties: Record<string, DelegatePropertyDef>;
|
||||
hostProperties: Record<string, HostPropertyDef>;
|
||||
nativeAttributes: string[];
|
||||
events: string[];
|
||||
cssCustomProperties: Record<string, { description: string }>;
|
||||
|
||||
Reference in New Issue
Block a user