Function getPropPath

  • Transform a dotted path to a uiSchema properties path

    Parameters

    • path: string

      a dotted prop path to a schema value (i.e. articles.comment.author)

    Returns string

    the uiSchema properties path (i.e. /properties/articles/properties/comment/properties/author)