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:74
getBounds
▸ getBounds(select
): Promise
<IBoundsData
>
Parameters
Name | Type |
---|---|
select | IMiniappSelect |
Returns
Promise
<IBoundsData
>
Defined in
leafer/packages/interface/src/platform/IPlatform.ts:75
getSizeView
▸ getSizeView(select
): Promise
<IMiniappSizeView
>
Parameters
Name | Type |
---|---|
select | IMiniappSelect |
Returns
Promise
<IMiniappSizeView
>
Defined in
leafer/packages/interface/src/platform/IPlatform.ts:76
onWindowResize
▸ onWindowResize(fun
): void
Parameters
Name | Type |
---|---|
fun | IFunction |
Returns
void
Defined in
leafer/packages/interface/src/platform/IPlatform.ts:77
offWindowResize
▸ offWindowResize(fun
): void
Parameters
Name | Type |
---|---|
fun | IFunction |
Returns
void
Defined in
leafer/packages/interface/src/platform/IPlatform.ts:78
saveToAlbum
▸ saveToAlbum(path
): Promise
<any
>
Parameters
Name | Type |
---|---|
path | string |
Returns
Promise
<any
>