IgcRowToggleEventArgs
Represents event arguments related to the row's expansion state being changed in a grid
Properties
Section titled "Properties"cancel
Section titled "cancel"The event is cancelable
cancel returns whether the event has been intercepted and stopped
If the value becomes "true", it returns/exits from the method, instantiating the interface
cancel: boolean expanded
Section titled "expanded"Returns the state of the row after the operation has ended Indicating whether the row is being expanded (true) or collapsed (false)
expanded: boolean Optional owner
Section titled "owner"Inherited from: IgcBaseEventArgs
Provides reference to the owner component.
owner?: any rowID
Section titled "rowID"Represents the ID of the row that emitted the event (which state is changed)
rowID: any rowKey
Section titled "rowKey"rowKey: any