🔠 Languages
Preparing search index...
The search index is not available
Foxit JS PluginSDK API
Foxit JS PluginSDK API
types/FormObject
FormObjectType
Interface FormObjectType
interface
FormObjectType
{
destroy
:
()
=>
Promise
<
void
>
;
options
:
Options
;
getForm
(
obj
:
PageObjectType
)
:
Promise
<
null
|
FormType
>
;
}
Implemented by
FormObject
Index
Properties
destroy
options
Methods
get
Form
Properties
destroy
destroy
:
()
=>
Promise
<
void
>
销毁当前对象。
Type declaration
()
:
Promise
<
void
>
Returns
Promise
<
void
>
options
options
:
Options
The options to create a Form instance.
Methods
get
Form
getForm
(
obj
:
PageObjectType
)
:
Promise
<
null
|
FormType
>
获取页面对象的表单对象。
Parameters
obj
:
PageObjectType
页面对象。
Returns
Promise
<
null
|
FormType
>
返回一个 Form 实例。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destroy
options
Methods
get
Form
🔠 Languages
Foxit JS PluginSDK API
Loading...
销毁当前对象。