Skip to content
On this page

setIcon

ts
export function setIcon(parent: HTMLElement, iconId: IconName): void;

根据 iconId 向元素中插入 SVG 图片。如果没有与 iconId 对应的图片,则不作处理。

Parameters

ParameterDescription
parent插入 icon 的 HTML 元素
iconIdicon 的 ID