Variable to_locale_string
to_locale_string: {
configFields: (
field: any,
) => (
| {
attributes?: undefined;
label: string;
name: string;
required?: undefined;
showIf?: undefined;
sublabel: string;
type: string;
}
| {
attributes: { min?: undefined; options: string[] };
label: string;
name: string;
required: boolean;
showIf?: undefined;
sublabel?: undefined;
type: string;
}
| {
attributes: { min: number; options?: undefined };
label: string;
name: string;
required?: undefined;
showIf?: undefined;
sublabel?: undefined;
type: string;
}
| {
attributes?: undefined;
label: string;
name: string;
required: boolean;
showIf: { style: string };
sublabel: string;
type: string;
}
| {
attributes: { min?: undefined; options: string[] };
label: string;
name: string;
required: boolean;
showIf: { style: string };
sublabel?: undefined;
type: string;
}
)[];
description: string;
isEdit: boolean;
run: (v: any, req: any, attrs?: {}) => string;
}
Type Declaration
configFields: (
field: any,
) => (
| {
attributes?: undefined;
label: string;
name: string;
required?: undefined;
showIf?: undefined;
sublabel: string;
type: string;
}
| {
attributes: { min?: undefined; options: string[] };
label: string;
name: string;
required: boolean;
showIf?: undefined;
sublabel?: undefined;
type: string;
}
| {
attributes: { min: number; options?: undefined };
label: string;
name: string;
required?: undefined;
showIf?: undefined;
sublabel?: undefined;
type: string;
}
| {
attributes?: undefined;
label: string;
name: string;
required: boolean;
showIf: { style: string };
sublabel: string;
type: string;
}
| {
attributes: { min?: undefined; options: string[] };
label: string;
name: string;
required: boolean;
showIf: { style: string };
sublabel?: undefined;
type: string;
}
)[]
description: string
isEdit: boolean
run: (v: any, req: any, attrs?: {}) => string