# CreatorGlobal
Global objects available in the plugin environment.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## CreatorGlobal interface

Global objects available in the plugin environment.

**Signature:**

```typescript
interface CreatorGlobal
```

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [console](/en/creator-api/globals/creator-global/console)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [ConsoleAPI](/en/creator-api/globals/console-api)
      </td>

      <td>
        Console API for logging
      </td>
    </tr>

    <tr>
      <td>
        [creator](/en/creator-api/globals/creator-global/creator)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [CreatorAPI](/en/creator-api/globals/creator-api)
      </td>

      <td>
        Main Creator API
      </td>
    </tr>
  </tbody>
</table>
