You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow you to provide a block on the object you want to customize rendering for. NUI would then call this block (if existent) when it attempts to render the object. You could even specify a key and value in the .nss file that NUI doesn't support and then handle it in the override block. More info on this can be found here and here. The implementation for this can be found here.