Add getIsPassword

This commit is contained in:
Michael Efremov
2023-05-19 16:39:06 +03:00
parent 0d81fb661b
commit 9707946e34

View File

@ -6368,7 +6368,8 @@ window["Asc"]["asc_docs_api"].prototype["asc_nativeGetDocumentProtection"] = fun
var props = (_api) ? _api.asc_getDocumentProtection() : null;
if (props) {
return {
"asc_getEditType": props.asc_getEditType()
"asc_getEditType": props.asc_getEditType(),
"asc_getIsPassword": props.asc_getIsPassword()
}
}
return {};