We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In TS we expect:
Node label to be defined as label attribute, but addon serializes it as labelDefinition.
Node
label
labelDefinition
Workaround: https://github.com/iTwin/itwinjs-core/blob/7545df3819dcf0efaa525c660cf05b61971a6ad7/presentation/backend/src/presentation-backend/PresentationManagerDetail.ts#L645-L654
NodePathElement.filteringData to be in NodePathFilteringData format, but it's { childrenOccurances: number; occurances: number; }.
NodePathElement.filteringData
NodePathFilteringData
{ childrenOccurances: number; occurances: number; }
Workaround: https://github.com/iTwin/itwinjs-core/blob/7545df3819dcf0efaa525c660cf05b61971a6ad7/presentation/backend/src/presentation-backend/PresentationManagerDetail.ts#L625-L636
Need to update the addon to serialize in proper formats, and remove the workarounds.
The text was updated successfully, but these errors were encountered:
3.x
presentation-common
grigasp
Successfully merging a pull request may close this issue.
In TS we expect:
Node
label to be defined aslabel
attribute, but addon serializes it aslabelDefinition
.Workaround: https://github.com/iTwin/itwinjs-core/blob/7545df3819dcf0efaa525c660cf05b61971a6ad7/presentation/backend/src/presentation-backend/PresentationManagerDetail.ts#L645-L654
NodePathElement.filteringData
to be inNodePathFilteringData
format, but it's{ childrenOccurances: number; occurances: number; }
.Workaround: https://github.com/iTwin/itwinjs-core/blob/7545df3819dcf0efaa525c660cf05b61971a6ad7/presentation/backend/src/presentation-backend/PresentationManagerDetail.ts#L625-L636
Need to update the addon to serialize in proper formats, and remove the workarounds.
The text was updated successfully, but these errors were encountered: