ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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;
  • RowActionImplementationProperties.getIconStyle property
Copyright © 2023 ActiveViam