UNPKG
@tbea_npm/sdk
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.2
WorkPlusFE JavaScript SDK.
@tbea_npm/sdk
/
file
/
openFileDetail.d.ts
9 lines
(8 loc)
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ShowFileParams
}
from
'../types/file'
;
/** * 打开文件详情 *
@description
通过指定 mediaId, fileName 等参数, 打开文件详情界面 *
@param
{
ShowFileParams
} [options] *
@returns
{
void
} */
export
default
function
openFileDetail
(
options: ShowFileParams
):
void
;