We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1fd59 commit e2e8e85Copy full SHA for e2e8e85
packages/core/src/openbim/IDSSpecifications/src/importers/parameter.ts
@@ -2,7 +2,7 @@ import { IDSFacetParameter } from "../types";
2
3
export const getParameterValue = (
4
property: any,
5
- parseNumericString: boolean,
+ parseNumericString: boolean = true,
6
) => {
7
if (!property) return undefined;
8
const result: Partial<IDSFacetParameter> = {};
0 commit comments