Variable renderEditInEditConfigConst
renderEditInEditConfig: {
innerEdit: {
columns: {
block: boolean;
configuration: {};
field_name: string;
fieldview: string;
textStyle: string;
type: string;
}[];
layout: {
above: (
| {
besides: (
{ above: ((...) | (...))[] }
| { above: ((...) | (...))[] }
)[];
breakpoints: string[];
style: {};
type?: undefined;
widths: number[];
}
| {
besides?: undefined;
breakpoints?: undefined;
style?: undefined;
type: string;
widths?: undefined;
}
)[];
};
};
outerEdit: {
columns: (
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
block: boolean;
configuration: {};
confirm?: undefined;
field_name: string;
fieldview: string;
isFormula?: undefined;
minRole?: undefined;
rndid?: undefined;
textStyle: string;
type: string;
}
| {
action_bgcol: string;
action_bordercol: string;
action_icon: string;
action_label: string;
action_name: string;
action_size: string;
action_style: string;
action_textcol: string;
block?: undefined;
configuration: {};
confirm?: undefined;
field_name?: undefined;
fieldview?: undefined;
isFormula: {};
minRole: number;
rndid: string;
textStyle?: undefined;
type: string;
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon: string;
action_label: string;
action_name: string;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
block?: undefined;
configuration: {};
confirm: boolean;
field_name?: undefined;
fieldview?: undefined;
isFormula: {};
minRole: number;
rndid: string;
textStyle?: undefined;
type: string;
}
| {
action_bgcol: string;
action_bordercol: string;
action_icon: string;
action_label: string;
action_name: string;
action_size: string;
action_style: string;
action_textcol: string;
block?: undefined;
configuration: {};
confirm: boolean;
field_name?: undefined;
fieldview?: undefined;
isFormula: {};
minRole: number;
rndid: string;
textStyle?: undefined;
type: string;
}
)[];
layout: {
above: (
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides: ({ above: ((...) | (...))[] } | { above: ((...) | (...))[] })[];
block?: undefined;
breakpoints: string[];
configuration?: undefined;
confirm?: undefined;
isFormula?: undefined;
minRole?: undefined;
name?: undefined;
rndid?: undefined;
state?: undefined;
style: { "margin-bottom"?: undefined };
type?: undefined;
view?: undefined;
widths: number[];
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides?: undefined;
block?: undefined;
breakpoints?: undefined;
configuration?: undefined;
confirm?: undefined;
isFormula?: undefined;
minRole?: undefined;
name?: undefined;
rndid?: undefined;
state?: undefined;
style?: undefined;
type: string;
view?: undefined;
widths?: undefined;
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides: ({ above: ((...) | (...))[] } | { above: ((...) | (...))[] })[];
block?: undefined;
breakpoints: string[];
configuration?: undefined;
confirm?: undefined;
isFormula?: undefined;
minRole?: undefined;
name?: undefined;
rndid?: undefined;
state?: undefined;
style: { "margin-bottom": string };
type?: undefined;
view?: undefined;
widths: number[];
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides?: undefined;
block?: undefined;
breakpoints?: undefined;
configuration: {};
confirm?: undefined;
isFormula?: undefined;
minRole?: undefined;
name: string;
rndid?: undefined;
state: string;
style?: undefined;
type: string;
view: string;
widths?: undefined;
}
| {
action_bgcol: string;
action_bordercol: string;
action_icon: string;
action_label: string;
action_name: string;
action_size: string;
action_style: string;
action_textcol: string;
besides?: undefined;
block: boolean;
breakpoints?: undefined;
configuration: {};
confirm?: undefined;
isFormula: {};
minRole: number;
name?: undefined;
rndid: string;
state?: undefined;
style?: undefined;
type: string;
view?: undefined;
widths?: undefined;
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon: string;
action_label: string;
action_name: string;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides?: undefined;
block: boolean;
breakpoints?: undefined;
configuration: {};
confirm: boolean;
isFormula: {};
minRole: number;
name?: undefined;
rndid: string;
state?: undefined;
style?: undefined;
type: string;
view?: undefined;
widths?: undefined;
}
| {
action_bgcol: string;
action_bordercol: string;
action_icon: string;
action_label: string;
action_name: string;
action_size: string;
action_style: string;
action_textcol: string;
besides?: undefined;
block: boolean;
breakpoints?: undefined;
configuration: {};
confirm: boolean;
isFormula: {};
minRole: number;
name?: undefined;
rndid: string;
state?: undefined;
style?: undefined;
type: string;
view?: undefined;
widths?: undefined;
}
)[];
};
};
} = ...
Type Declaration
innerEdit: {
columns: {
block: boolean;
configuration: {};
field_name: string;
fieldview: string;
textStyle: string;
type: string;
}[];
layout: {
above: (
| {
besides: (
{ above: ((...) | (...))[] }
| { above: ((...) | (...))[] }
)[];
breakpoints: string[];
style: {};
type?: undefined;
widths: number[];
}
| {
besides?: undefined;
breakpoints?: undefined;
style?: undefined;
type: string;
widths?: undefined;
}
)[];
};
}
outerEdit: {
columns: (
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
block: boolean;
configuration: {};
confirm?: undefined;
field_name: string;
fieldview: string;
isFormula?: undefined;
minRole?: undefined;
rndid?: undefined;
textStyle: string;
type: string;
}
| {
action_bgcol: string;
action_bordercol: string;
action_icon: string;
action_label: string;
action_name: string;
action_size: string;
action_style: string;
action_textcol: string;
block?: undefined;
configuration: {};
confirm?: undefined;
field_name?: undefined;
fieldview?: undefined;
isFormula: {};
minRole: number;
rndid: string;
textStyle?: undefined;
type: string;
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon: string;
action_label: string;
action_name: string;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
block?: undefined;
configuration: {};
confirm: boolean;
field_name?: undefined;
fieldview?: undefined;
isFormula: {};
minRole: number;
rndid: string;
textStyle?: undefined;
type: string;
}
| {
action_bgcol: string;
action_bordercol: string;
action_icon: string;
action_label: string;
action_name: string;
action_size: string;
action_style: string;
action_textcol: string;
block?: undefined;
configuration: {};
confirm: boolean;
field_name?: undefined;
fieldview?: undefined;
isFormula: {};
minRole: number;
rndid: string;
textStyle?: undefined;
type: string;
}
)[];
layout: {
above: (
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides: ({ above: ((...) | (...))[] } | { above: ((...) | (...))[] })[];
block?: undefined;
breakpoints: string[];
configuration?: undefined;
confirm?: undefined;
isFormula?: undefined;
minRole?: undefined;
name?: undefined;
rndid?: undefined;
state?: undefined;
style: { "margin-bottom"?: undefined };
type?: undefined;
view?: undefined;
widths: number[];
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides?: undefined;
block?: undefined;
breakpoints?: undefined;
configuration?: undefined;
confirm?: undefined;
isFormula?: undefined;
minRole?: undefined;
name?: undefined;
rndid?: undefined;
state?: undefined;
style?: undefined;
type: string;
view?: undefined;
widths?: undefined;
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides: ({ above: ((...) | (...))[] } | { above: ((...) | (...))[] })[];
block?: undefined;
breakpoints: string[];
configuration?: undefined;
confirm?: undefined;
isFormula?: undefined;
minRole?: undefined;
name?: undefined;
rndid?: undefined;
state?: undefined;
style: { "margin-bottom": string };
type?: undefined;
view?: undefined;
widths: number[];
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon?: undefined;
action_label?: undefined;
action_name?: undefined;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides?: undefined;
block?: undefined;
breakpoints?: undefined;
configuration: {};
confirm?: undefined;
isFormula?: undefined;
minRole?: undefined;
name: string;
rndid?: undefined;
state: string;
style?: undefined;
type: string;
view: string;
widths?: undefined;
}
| {
action_bgcol: string;
action_bordercol: string;
action_icon: string;
action_label: string;
action_name: string;
action_size: string;
action_style: string;
action_textcol: string;
besides?: undefined;
block: boolean;
breakpoints?: undefined;
configuration: {};
confirm?: undefined;
isFormula: {};
minRole: number;
name?: undefined;
rndid: string;
state?: undefined;
style?: undefined;
type: string;
view?: undefined;
widths?: undefined;
}
| {
action_bgcol?: undefined;
action_bordercol?: undefined;
action_icon: string;
action_label: string;
action_name: string;
action_size?: undefined;
action_style?: undefined;
action_textcol?: undefined;
besides?: undefined;
block: boolean;
breakpoints?: undefined;
configuration: {};
confirm: boolean;
isFormula: {};
minRole: number;
name?: undefined;
rndid: string;
state?: undefined;
style?: undefined;
type: string;
view?: undefined;
widths?: undefined;
}
| {
action_bgcol: string;
action_bordercol: string;
action_icon: string;
action_label: string;
action_name: string;
action_size: string;
action_style: string;
action_textcol: string;
besides?: undefined;
block: boolean;
breakpoints?: undefined;
configuration: {};
confirm: boolean;
isFormula: {};
minRole: number;
name?: undefined;
rndid: string;
state?: undefined;
style?: undefined;
type: string;
view?: undefined;
widths?: undefined;
}
)[];
};
}