# Canvas Initialized

**Overview:**\
This channel is used to signal the initialization of the canvas. It's relevant for setting up the rendering context and scene settings at the start.

**Usage:**\
Triggered during the setup phase of the canvas to ensure proper configuration and initialization of the rendering context.

**Parameters:**

* **renderContextId**: The render context ID.
* **sceneSettings**: An object representing the scene settings.

**Channel Name (for import):**

```javascript
import CANVAS_INITIALIZED_CHANNEL from "@salesforce/messageChannel/RDraw__Canvas_Initialized__c";
```

**Publisher Components:**

* canvas3D
* canvas2D

**Subscriber Components:**

* standalone\_DataTable


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.renderdraw.us/usage-scenarios/use-cases/interacting-with-renderdraw-using-lightning-messaging-service-lms/canvas-initialized.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
