Labb - DX Accelerator
    Preparing search index...

    Interface FieldGroupListItemProps

    interface FieldGroupListItemProps {
        allowDelete: boolean;
        allowEdit: boolean;
        deleteFieldGroupItem: () => void;
        label: string;
        visibility: boolean;
    }
    Index

    Properties

    allowDelete: boolean
    allowEdit: boolean
    deleteFieldGroupItem: () => void
    label: string
    visibility: boolean