张码部件分析器
Defined in: component.ts:505
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new 张码部件分析器(
配置):张码部件分析器
Defined in: component.ts:507
Parameters
Section titled “Parameters”Returns
Section titled “Returns”张码部件分析器
Properties
Section titled “Properties”
readonlystatictype:"张码"="张码"
Defined in: component.ts:506
Methods
Section titled “Methods”分析(
名称,部件):Err<Error> |Ok<{为准码元: ["false"|"true"];全部拆分方式:拆分方式与评价[];字根序列:string[];字根笔画映射:Map<string,number[][]>;当前拆分方式:拆分方式与评价;补码: [string];部件图形:部件图形; }>
Defined in: component.ts:509
根据部件数据进行分析并返回分析结果
Parameters
Section titled “Parameters”string
部件名称
部件数据
Returns
Section titled “Returns”Err<Error> | Ok<{ 为准码元: ["false" | "true"]; 全部拆分方式: 拆分方式与评价[]; 字根序列: string[]; 字根笔画映射: Map<string, number[][]>; 当前拆分方式: 拆分方式与评价; 补码: [string]; 部件图形: 部件图形; }>