alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CollaborationSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    CollaborationSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.BlockEditor
    Assembly: Syncfusion.AspNetMvc.BlockEditor.dll
    Syntax
    public class CollaborationSettings : EJTagHelper

    Constructors

    CollaborationSettings()

    Declaration
    public CollaborationSettings()

    Properties

    Adapter

    Specifies the collaboration adapter used to integrate the editor with a collaborative data model/runtime such as Yjs.

    Declaration
    public object Adapter { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    EnableAwareness

    Specifies whether to enable awareness for cursor tracking across users. When enabled, users can see each other's cursor positions.

    Declaration
    public bool EnableAwareness { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Provider

    Specifies the list of provider instances for syncing changes across clients. Can include WebsocketProvider, HocusPocusProvider, or other multiplayer providers.

    Declaration
    public object Provider { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    VersionHistory

    Configures the version history feature. When provided with a valid storage backend, automatic snapshotting is enabled and the version management API becomes available via getVersionHistory().

    Declaration
    public object VersionHistory { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved