StandardId
Hierarchy
Index
Properties
Methods
Properties
Static Protected Readonly idTable
▪ idTable: object[]
Defined in id/standard/standardId.ts:2
Methods
Static getIdName
▸ getIdName(value: number): string | undefined
Defined in id/standard/standardId.ts:11
Get standard ID string name.
Parameters:
| Name | Type | Description |
|---|---|---|
value | number | Standard ID number value |
Returns: string | undefined
ID name string. If specified standardID is not supported, this function returns undefined.
Static includes
▸ includes(idName: string): boolean
Defined in id/standard/standardId.ts:30
Specified standard ID is included or not.
Parameters:
| Name | Type | Description |
|---|---|---|
idName | string | Standard ID name. Set the element of this.names. |
Returns: boolean
true iff specified standard ID is toio Collection card.