Documentation
    Preparing search index...
    search_join_field: {
        blockDisplay: boolean;
        configFields: (
            field: GenObj,
        ) => Promise<
            {
                attributes: { options: { label: string; value: string }[] };
                label: string;
                name: string;
                required: boolean;
                type: string;
            }[],
        >;
        isEdit: boolean;
        isFilter: boolean;
        run: (
            nm: string,
            v: any,
            attrs?: GenObj,
            cls: string,
            required: boolean,
            field: GenObj,
            state?: GenObj,
        ) => string;
        type: string;
    } = ...

    Type Declaration

    • blockDisplay: boolean
    • configFields: (
          field: GenObj,
      ) => Promise<
          {
              attributes: { options: { label: string; value: string }[] };
              label: string;
              name: string;
              required: boolean;
              type: string;
          }[],
      >
    • isEdit: boolean
    • isFilter: boolean
    • run: (
          nm: string,
          v: any,
          attrs?: GenObj,
          cls: string,
          required: boolean,
          field: GenObj,
          state?: GenObj,
      ) => string
    • type: string