Skip to content

Latest commit

 

History

History
101 lines (52 loc) · 1.85 KB

File metadata and controls

101 lines (52 loc) · 1.85 KB

ILIB_ExtendLibrarySymbolFunctions interface

外部库符号方法

Signature

interface ILIB_ExtendLibrarySymbolFunctions extends ILIB_ExtendLibraryFunctions 

Extends: ILIB_ExtendLibraryFunctions

Properties

Property

Modifiers

Type

Description

getList

(props: ILIB_ExtendLibrarySearchProperty<{ symbolType?: ELIB_SymbolType; }>) => Promise<ILIB_ExtendLibrarySearchResult<ILIB_ExtendLibraryItem & ILIB_ExtendLibrarySearchResultDataLine & { symbolType: ELIB_SymbolType; }>>

getSupportedSymbolTypes

() => Promise<Array<ELIB_SymbolType>>

获取支持的符号类型


属性详情

getlist

ILIB_ExtendLibrarySymbolFunctions.getList property

Signature

getList: (props: ILIB_ExtendLibrarySearchProperty<{
        symbolType?: ELIB_SymbolType;
    }>) => Promise<ILIB_ExtendLibrarySearchResult<ILIB_ExtendLibraryItem & ILIB_ExtendLibrarySearchResultDataLine & {
        symbolType: ELIB_SymbolType;
    }>>;

getsupportedsymboltypes

ILIB_ExtendLibrarySymbolFunctions.getSupportedSymbolTypes property

获取支持的符号类型

Signature

getSupportedSymbolTypes: () => Promise<Array<ELIB_SymbolType>>;