Preparing search index...

    Configuration descriptor for a project settings plugin, holding the section and title used to register the panel.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dependencies: InterfaceId[]

    Array of interface IDs that this plugin requires to function.

    description: string

    Human-readable description of the plugin shown in the plugin manager.

    icon: Editor.Icon

    Icon displayed for the settings panel entry.

    id: string

    Unique identifier for the plugin, typically in reverse domain notation.

    interfaces: InterfaceId[]

    Array of interface IDs that this plugin provides or implements.

    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