Preparing search index...

    Descriptor for a project settings plugin, defining its icon, section, and title metadata.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dependencies: InterfaceId[]
    description: string

    Human-readable description of the plugin.

    icon: Editor.Icon

    Icon displayed for the settings panel entry.

    id: string

    Unique identifier string for the plugin.

    interfaces: InterfaceId[]

    List of interface IDs that this plugin implements or exposes.

    name: string

    Display name of the plugin.

    section: string

    Section name under which this settings panel is grouped.

    title: string

    Display title shown for this settings panel entry.

    Methods

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean