registerSetiIcon
registerSetiIcon(
key,customResourcesDir?):void
Defined in: src/widgets/media/seti/seti-loader.ts:127
Lazily extract a single glyph from the Seti font and register it.
Subsequent calls for the same key are no-ops (cached in registeredKeys).
Parameters
Section titled “Parameters”string
customResourcesDir?
Section titled “customResourcesDir?”string
Optional path override; forwarded to ensureFontLoaded on first call.
Returns
Section titled “Returns”void