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
I know there is a getObservable method, however is there a way to get an observable Array?
I am using typescript and the descriptor file implies that getObservable returns KnockoutObservable<any> so I am not sure if I could just cast it and get away or if another method is needed.
The text was updated successfully, but these errors were encountered:
I know there is a
getObservable
method, however is there a way to get an observable Array?I am using typescript and the descriptor file implies that
getObservable
returnsKnockoutObservable<any>
so I am not sure if I could just cast it and get away or if another method is needed.The text was updated successfully, but these errors were encountered: