Skip to content

Latest commit

 

History

History
108 lines (53 loc) · 1.16 KB

File metadata and controls

108 lines (53 loc) · 1.16 KB

ILIB_ExtendLibraryUserIndex interface

外部库用户索引

Signature

interface ILIB_ExtendLibraryUserIndex 

Remarks

支持外部库使用名称或关联的嘉立创 EDA 系统内用户 UUID 作为用户的唯一 ID 索引

如若希望关联嘉立创 EDA 的用户,请传入该用户的 UUID,将会自动读取用户的名称(如若用户存在)

如若仅希望显示用户名称,可以传入 name 字段

Properties

Property

Modifiers

Type

Description

name?

string

(Optional) 用户名称

uuid?

string

(Optional) 嘉立创 EDA 系统内的用户 UUID


属性详情

name

ILIB_ExtendLibraryUserIndex.name property

用户名称

Signature

name?: string;

uuid

ILIB_ExtendLibraryUserIndex.uuid property

嘉立创 EDA 系统内的用户 UUID

Signature

uuid?: string;