如视 Five SDK
Preparing search index...
react
UseFivePluginOptionsWithCreate
Interface UseFivePluginOptionsWithCreate<T>
interface
UseFivePluginOptionsWithCreate
<
T
>
{
createPlugin
:
(
five
:
Five
)
=>
T
;
reCreateOnFiveChange
?:
boolean
;
}
Type Parameters
T
Hierarchy (
View Summary
)
UseFivePluginOptions
<
T
>
UseFivePluginOptionsWithCreate
Index
Properties
create
Plugin
re
Create
On
Five
Change?
Properties
create
Plugin
createPlugin
:
(
five
:
Five
)
=>
T
缓存未命中时自动创建插件实例
Optional
re
Create
On
Five
Change
reCreateOnFiveChange
?:
boolean
Five 实例变化时是否重新创建(而非同步引用),默认 false
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
create
Plugin
re
Create
On
Five
Change
如视 Five SDK
Loading...
缓存未命中时自动创建插件实例