mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00

committed by
Liam DeBeasi

parent
ddb8ef82f0
commit
f912206af8
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -1983,6 +1983,10 @@ export namespace Components {
|
||||
* Get the ratio of the open amount of the item compared to the width of the options. If the number returned is positive, then the options on the right side are open. If the number returned is negative, then the options on the left side are open. If the absolute value of the number is greater than 1, the item is open more than the width of the options.
|
||||
*/
|
||||
'getSlidingRatio': () => Promise<number>;
|
||||
/**
|
||||
* Open the sliding item.
|
||||
*/
|
||||
'open': (side: string | undefined) => Promise<void>;
|
||||
}
|
||||
interface IonItemSlidingAttributes extends StencilHTMLAttributes {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user