Preparing search index...

    Descriptor for a URI handler plugin, providing metadata and instantiation logic.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    canHandle: (arg1: string) => any

    Callback that determines whether this handler can instantiate the given asset.

    dependencies: InterfaceId[]
    description: string

    Human-readable description of the plugin.

    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.

    Methods

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

      Parameters

      • type: string

      Returns boolean