@itwin/core-common
Version:
iTwin.js components common to frontend and backend
19 lines • 473 B
TypeScript
/** @packageDocumentation
* @module Entities
*/
import { GeometricElement2dProps, RelatedElementProps } from "../ElementProps";
/**
* @public
* @extensions
*/
export interface ViewAttachmentLabelProps extends GeometricElement2dProps {
viewAttachment?: RelatedElementProps;
}
/**
* @public
* @extensions
*/
export interface CalloutProps extends GeometricElement2dProps {
drawingModel?: RelatedElementProps;
}
//# sourceMappingURL=GenericElementProps.d.ts.map