Home > @activeviam/activeui-sdk > RowActionImplementationProperties > getIconKey
RowActionImplementationProperties.getIconKey property
The icon to use for the row action.
Signature:
getIconKey?: (a: {
columnProps: TabularColumnProps;
index: number;
rowIndex: number;
}) => string;