Preparing search index...
The search index is not available
Yank Note Api - v3.77.1
Yank Note Api
renderer/context/lib
vue
BaseTransitionProps
Interface BaseTransitionProps<HostElement>
interface
BaseTransitionProps
<
HostElement
>
{
appear
?:
boolean
;
mode
?:
"default"
|
"in-out"
|
"out-in"
;
onAfterAppear
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
;
onAfterEnter
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
;
onAfterLeave
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
;
onAppear
?:
Hook
<
(
(
el
:
HostElement
,
done
:
(
(
)
=>
void
)
)
=>
void
)
>
;
onAppearCancelled
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
;
onBeforeAppear
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
;
onBeforeEnter
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
;
onBeforeLeave
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
;
onEnter
?:
Hook
<
(
(
el
:
HostElement
,
done
:
(
(
)
=>
void
)
)
=>
void
)
>
;
onEnterCancelled
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
;
onLeave
?:
Hook
<
(
(
el
:
HostElement
,
done
:
(
(
)
=>
void
)
)
=>
void
)
>
;
onLeaveCancelled
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
;
persisted
?:
boolean
;
}
Type Parameters
HostElement
=
RendererElement
Hierarchy (
view full
)
BaseTransitionProps
TransitionProps
Index
Properties
appear?
mode?
on
After
Appear?
on
After
Enter?
on
After
Leave?
on
Appear?
on
Appear
Cancelled?
on
Before
Appear?
on
Before
Enter?
on
Before
Leave?
on
Enter?
on
Enter
Cancelled?
on
Leave?
on
Leave
Cancelled?
persisted?
Properties
Optional
appear
appear
?:
boolean
Optional
mode
mode
?:
"default"
|
"in-out"
|
"out-in"
Optional
on
After
Appear
on
After
Appear
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
Optional
on
After
Enter
on
After
Enter
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
Optional
on
After
Leave
on
After
Leave
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
Optional
on
Appear
on
Appear
?:
Hook
<
(
(
el
:
HostElement
,
done
:
(
(
)
=>
void
)
)
=>
void
)
>
Optional
on
Appear
Cancelled
on
Appear
Cancelled
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
Optional
on
Before
Appear
on
Before
Appear
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
Optional
on
Before
Enter
on
Before
Enter
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
Optional
on
Before
Leave
on
Before
Leave
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
Optional
on
Enter
on
Enter
?:
Hook
<
(
(
el
:
HostElement
,
done
:
(
(
)
=>
void
)
)
=>
void
)
>
Optional
on
Enter
Cancelled
on
Enter
Cancelled
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
Optional
on
Leave
on
Leave
?:
Hook
<
(
(
el
:
HostElement
,
done
:
(
(
)
=>
void
)
)
=>
void
)
>
Optional
on
Leave
Cancelled
on
Leave
Cancelled
?:
Hook
<
(
(
el
:
HostElement
)
=>
void
)
>
Optional
persisted
persisted
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
appear
mode
on
After
Appear
on
After
Enter
on
After
Leave
on
Appear
on
Appear
Cancelled
on
Before
Appear
on
Before
Enter
on
Before
Leave
on
Enter
on
Enter
Cancelled
on
Leave
on
Leave
Cancelled
persisted
Yank Note Api - v3.77.1
Loading...