二笔部件分析器
Defined in: component.ts:450
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new 二笔部件分析器(
配置):二笔部件分析器
Defined in: component.ts:452
Parameters
Section titled “Parameters”Returns
Section titled “Returns”二笔部件分析器
Properties
Section titled “Properties”
readonlystatictype:"二笔"="二笔"
Defined in: component.ts:451
Methods
Section titled “Methods”Defined in: component.ts:454
根据部件数据进行分析并返回分析结果
Parameters
Section titled “Parameters”string
部件名称
部件数据
Returns
Section titled “Returns”Err<Error> | Ok<{ 字根序列: string[]; }>