如视 Five SDK
Preparing search index...
vue
FiveProviderComponent
Type Alias FiveProviderComponent
FiveProviderComponent
:
DefineComponent
<
{
fiveInitArgs
:
{
default
:
()
=>
{}
;
type
:
PropType
<
Omit
<
FiveInitArgs
,
"renderer"
|
"scissor"
>
>
;
}
;
initialState
:
PropType
<
"inherit"
|
"initial"
|
Partial
<
Omit
<
State
,
"offset"
>
>
,
>
;
initialUserAction
:
BooleanConstructor
;
initialWorks
:
PropType
<
Work
[]
|
Promise
<
Work
[]
>
>
;
onCurrentStateChange
:
PropType
<
(
state
:
State
,
userAction
:
boolean
)
=>
void
,
>
;
onError
:
PropType
<
(
error
:
Error
)
=>
void
>
;
onStateChange
:
PropType
<
(
state
:
State
,
userAction
:
boolean
)
=>
void
>
;
onWorksChange
:
PropType
<
(
work
:
Work
[]
)
=>
void
>
;
style
:
ObjectConstructor
;
works
:
PropType
<
Work
[]
>
;
}
,
{
five
:
Readonly
<
Five
>
}
,
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
如视 Five SDK
Loading...