g3-toolkit API Reference
    Preparing search index...

    Interface IconSetResult

    interface IconSetResult {
        mappings?: { driver: string; values: Record<string, string> };
        registered: string[];
        rejected: IconSanitizeIssue[];
        unregister: () => void;
    }
    Index

    Properties

    mappings?: { driver: string; values: Record<string, string> }

    The set's pre-mappings, filtered to registered icons only.

    registered: string[]

    Names actually registered.

    rejected: IconSanitizeIssue[]

    Glyphs rejected by the sanitizer, with reasons.

    unregister: () => void

    Restores every replaced/added registration.