add trigger focus option to replayer, which may helps integration into other apps

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 9035a8f814
commit 329c790194
2 changed files with 4 additions and 1 deletions

View File

@@ -318,6 +318,7 @@ export type playerConfig = {
blockClass: string;
liveMode: boolean;
insertStyleRules: string[];
triggerFocus: boolean;
};
export type playerMetaData = {