Function computeChildLabel

  • Compute the child label title for array based controls

    Parameters

    • data: any

      the data of the control

    • childPath: string

      the child path

    • childLabelProp: string

      the dotted path to the value used as child label

    • schema: JsonSchema

      the json schema for this control

    • rootSchema: JsonSchema

      the root json schema

    • translateFct: Translator

      the translator fonction

    • uiSchema: UISchemaElement

      the uiSchema of the control

    Returns string