Function findUiControl

  • Find a control in a uiSchema, based on the dotted path of the schema value

    Parameters

    • uiSchema: UISchemaElement

      the uiSchema to search from

    • path: string

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

    Returns UISchemaElement

    or undefined if not found