🔠 Languages
Preparing search index...
The search index is not available
Foxit JS PluginSDK API
Foxit JS PluginSDK API
types/PDFBoolean
PDFBooleanType
Interface PDFBooleanType
interface
PDFBooleanType
{
destroy
:
()
=>
Promise
<
void
>
;
isIdentical
:
(
otherBool
:
PDFBooleanType
)
=>
Promise
<
boolean
>
;
options
:
Options
;
}
Implemented by
PDFBoolean
Index
Properties
destroy
is
Identical
options
Properties
destroy
destroy
:
()
=>
Promise
<
void
>
销毁当前对象。
Type declaration
()
:
Promise
<
void
>
Returns
Promise
<
void
>
is
Identical
isIdentical
:
(
otherBool
:
PDFBooleanType
)
=>
Promise
<
boolean
>
与另一个对象进行比较。
Type declaration
(
otherBool
:
PDFBooleanType
)
:
Promise
<
boolean
>
Parameters
otherBool
:
PDFBooleanType
要进行比较的对象。
Returns
Promise
<
boolean
>
如果两个对象相同则返回 true,否则返回 false。
options
options
:
Options
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destroy
is
Identical
options
🔠 Languages
Foxit JS PluginSDK API
Loading...
销毁当前对象。