Provides methods to access the Editor schema.

Internal

  • Converts the specified schema field to a type recursively.

    Parameters

    • field: object

      The schema object or field of a parent schema object.

    • fixedLength: boolean

      Whether the specified schema field has a fixed length if it's an array type.

    Returns string

    The type

Other