Sign up (with export icon)

AIEditorRoot

Api-typedef icontypedef

Uniquely identifies a single root within an editor instance.

channelId selects the editor (matches the collaboration.channelId config of the editor instance). rootName selects the root within that editor.

Use this type whenever an API needs to target a specific root in a multi-root or multi-editor setup.

Properties

  • Chevron-right icon

    channelId : string

    The channel ID of the editor that owns the root. Matches the collaboration.channelId config of that editor.

  • Chevron-right icon

    rootName : string

    The name of the root within the editor.

Value

object