Function getIconList

  • Retrieves a list of all icon names based on the provided options.

    Parameters

    • Optionalopts: {
          isExpanded?: boolean;
          isFolder?: boolean;
          isLight?: boolean;
      }

      Optional configuration object

      • OptionalisExpanded?: boolean

        If true, include expanded folder icons

      • OptionalisFolder?: boolean

        If true, include folder-related icons

      • OptionalisLight?: boolean

        If true, use light theme icons

    Returns string[]

    An array of unique icon names