Renders a Line component with optional transparency and a title.

  • Parameters

    • props: ILineFieldProps

      The props for the LineField component.

      Represents the properties of a line field.

      • OptionalgroupRef?: (element?: null | HTMLDivElement) => void

        Represents a reference to a group of fields.

      • OptionallineTransparent?: boolean

        Retrieves the value of the 'lineTransparent' property from the provided object.

        The type of data associated with the field.

        The type of payload associated with the field.

      • Optionaltitle?: string

        Retrieves the 'title' property from the provided object type with the specified properties.

        The object type from which to retrieve the property.

        The property key to pick from the object type.

        The object from which to pick the property.

        The key of the property to be picked.

        The value of the specified property from the object type.

    Returns Element

    The rendered Line component.

Properties

Properties

displayName: string