@lakuna/ugl
    Preparing search index...

    Class DuplicateContextError

    An error resulting from attempting to create more than one Context for a single canvas.

    Hierarchy

    • Error
      • DuplicateContextError
    Index

    Properties

    Methods

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string

    Methods

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error