add the inline stylesheet option when recording

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent e1f023ae0c
commit f312ecbadc
5 changed files with 15 additions and 3 deletions

View File

@@ -106,6 +106,7 @@ export type recordOptions = {
checkoutEveryNms?: number;
blockClass?: blockClass;
ignoreClass?: string;
inlineStylesheet?: boolean;
};
export type observerParam = {
@@ -117,6 +118,7 @@ export type observerParam = {
inputCb: inputCallback;
blockClass: blockClass;
ignoreClass: string;
inlineStylesheet: boolean;
};
export type textCursor = {