Hi,
Anyone knows what method to override because I want something to happen when closing a "card" / record page opened from section. I basically want to reset the value of a boolean attribute to false.
Basically the opposite of onCardRendered in section js.
Like
1 comments
16:55 Jan 04, 2023
Hi,
If you talking about the "Close" button then you should look at onCloseClick. But, if you want a method opposite to onCardRendered then it probably is initCloseCardSubscription.
Show all comments