add trigger focus option to replayer, which may helps integration into other apps
This commit is contained in:
@@ -318,6 +318,7 @@ export type playerConfig = {
|
||||
blockClass: string;
|
||||
liveMode: boolean;
|
||||
insertStyleRules: string[];
|
||||
triggerFocus: boolean;
|
||||
};
|
||||
|
||||
export type playerMetaData = {
|
||||
|
||||
Reference in New Issue
Block a user