Hex Core JS
    Preparing search index...

    Type Alias SubFormFieldContentProps<FV, T>

    SubFormFieldContentProps: SubFormSubComponentProps<FV, T> & {
        addButton: JSX.Element | null;
        items: JSX.Element;
    } & Partial<ClassNameProps & ChildrenProps>

    Type Parameters

    Type Declaration

    • addButton: JSX.Element | null

      The add button of the subform field. Also passed with items via children.

      The default one (included in children) is conditionally rendered only if the field has editing active.

    • items: JSX.Element

      The items (subforms) of the subform field. Also passed with addButton via children.