Type alias RowHandleProps
Row
Handle
Props
: { active
?: string; buttons
?: { [key:
string]
: ButtonProps; }; dropdown
?: { more
?: ButtonProps; [key:
string]
: any; }; group
?: { [groupKey:
string]
: { [buttonKey:
string]
: ButtonProps; }; }; show
?: boolean; [key:
string]
: any; }
Type declaration
-
[key: string]: any
-
Optional
active?: string
-
Optional
buttons?: {
[key: string]: ButtonProps;
}
-
Optional
dropdown?: {
more?: ButtonProps;
[key: string]: any;
}
-
Optional
group?: {
[groupKey: string]: {
[buttonKey: string]: ButtonProps;
};
}
-
[groupKey: string]: {
[buttonKey: string]: ButtonProps;
}
-
Optional
show?: boolean
操作列配置