Home > LIB_Symbol > create
LIB_Symbol.create() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
创建符号
Signature
typescript
create(libraryUuid: string, symbolName: string, classification?: ILIB_ClassificationIndex, symbolType?: ELIB_SymbolType, description?: string): Promise<string | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
symbolName | string | 符号名称 |
classification | (Optional) 分类 | |
symbolType | (Optional) 符号类型 | |
description | string | (Optional) 描述 |
Returns
Promise<string | undefined>
符号 UUID