Documentation
    Preparing search index...
    thumbs_up_down: {
        configFields: {
            attributes: { options: string[] };
            label: string;
            name: string;
            required: boolean;
            type: string;
        }[];
        description: string;
        isEdit: boolean;
        run: (
            nm: any,
            v: any,
            attrs: any,
            cls: any,
            required: any,
            field: any,
        ) => string;
    } = ...

    Type Declaration

    • configFields: {
          attributes: { options: string[] };
          label: string;
          name: string;
          required: boolean;
          type: string;
      }[]
    • description: string
    • isEdit: boolean
    • run: (nm: any, v: any, attrs: any, cls: any, required: any, field: any) => string