IPCB_PrimitiveAPI interface
PCB 图元接口
Signature
typescript
export interface IPCB_PrimitiveAPI
1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(...args: any[]) => IPCB_Primitive | undefined | Promise<IPCB_Primitive> | Promise<IPCB_Primitive | undefined> | |||
(primitiveIds: string | any | Array<string> | Array<any>) => boolean | Promise<boolean> | |||
{ (primitiveIds: string): IPCB_Primitive | undefined | Promise<IPCB_Primitive | undefined>; (primitiveIds: Array<string>): Array<IPCB_Primitive> | Promise<Array<IPCB_Primitive>>; } | |||
(...args: any[]) => Array<IPCB_Primitive> | Promise<Array<IPCB_Primitive>> | Promise<Array<IPCB_Primitive>> | |||
(...args: any[]) => Array<string> | Promise<Array<string>> | Promise<Array<string>> | |||
(primitiveId: string | any, ...args: any[]) => IPCB_Primitive | undefined | Promise<IPCB_Primitive> | Promise<IPCB_Primitive | undefined> |