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

This commit is contained in:
Yanzhen Yu
2020-02-28 19:48:36 +08:00
parent fa4b4299e7
commit 29296b6877
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 = {