Interface: IMiniapp
Table of contents
Methods
Methods
select
▸ select(name
): IMiniappSelect
Parameters
Name | Type |
---|---|
name | string |
Returns
Defined in
leafer/packages/interface/src/platform/IPlatform.ts:78
getBounds
▸ getBounds(select
): Promise
<IBoundsData
>
Parameters
Name | Type |
---|---|
select | IMiniappSelect |
Returns
Promise
<IBoundsData
>
Defined in
leafer/packages/interface/src/platform/IPlatform.ts:79
getSizeView
▸ getSizeView(select
): Promise
<IMiniappSizeView
>
Parameters
Name | Type |
---|---|
select | IMiniappSelect |
Returns
Promise
<IMiniappSizeView
>
Defined in
leafer/packages/interface/src/platform/IPlatform.ts:80
onWindowResize
▸ onWindowResize(fun
): void
Parameters
Name | Type |
---|---|
fun | IFunction |
Returns
void
Defined in
leafer/packages/interface/src/platform/IPlatform.ts:81
offWindowResize
▸ offWindowResize(fun
): void
Parameters
Name | Type |
---|---|
fun | IFunction |
Returns
void
Defined in
leafer/packages/interface/src/platform/IPlatform.ts:82
saveToAlbum
▸ saveToAlbum(path
): Promise
<any
>
Parameters
Name | Type |
---|---|
path | string |
Returns
Promise
<any
>