UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

18 lines 948 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @packageDocumentation * @module PresentationRules */ /** * Used for serializing array of [[ContentSpecification]] * @public */ export var ContentSpecificationTypes; (function (ContentSpecificationTypes) { ContentSpecificationTypes["ContentInstancesOfSpecificClasses"] = "ContentInstancesOfSpecificClasses"; ContentSpecificationTypes["ContentRelatedInstances"] = "ContentRelatedInstances"; ContentSpecificationTypes["SelectedNodeInstances"] = "SelectedNodeInstances"; })(ContentSpecificationTypes || (ContentSpecificationTypes = {})); //# sourceMappingURL=ContentSpecification.js.map