UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

14 lines 430 B
/** @packageDocumentation * @module PresentationRules */ /** * Defines direction of a relationship that should be followed * @public */ export declare enum RelationshipDirection { /** Relationship should be followed only in forward direction. */ Forward = "Forward", /** Relationship should be followed only in backward direction. */ Backward = "Backward" } //# sourceMappingURL=RelationshipDirection.d.ts.map