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 can get to CustomAttributeSet through public / beta APIs (e.g. await Property.getCustomAttributes()), but can't use it due to it being @internal. Shouldn't it be public?
I can get to
CustomAttributeSet
through public / beta APIs (e.g.await Property.getCustomAttributes()
), but can't use it due to it being@internal
. Shouldn't it be public?itwinjs-core/core/ecschema-metadata/src/Metadata/CustomAttribute.ts
Lines 17 to 29 in 97c5147
The text was updated successfully, but these errors were encountered: