Home > @activeviam/activeui-sdk > RowActionImplementationProperties > getIconStyle
RowActionImplementationProperties.getIconStyle property
The style to apply on the row action.
Signature:
getIconStyle?: (a: {
columnProps: TabularColumnProps;
index: number;
isDisabled: boolean;
rowIndex: number;
}) => CSSObject;