@itwin/appui-abstract
Version:
iTwin.js UI abstractions
21 lines • 1.01 kB
TypeScript
/** @packageDocumentation
* @module ContentView
*/
import { ContentLayoutProps } from "./ContentLayoutProps";
/**
* Class that define Standard Content Layouts that can be used to specify how the content is arranged in a frontstage.
* @public
* @deprecated in 4.10.x - will not be removed until after 2026-06-13. Use `StandardContentLayouts` from `@itwin/appui-react`.
*/
export declare class StandardContentLayouts {
static readonly singleView: ContentLayoutProps;
static readonly fourQuadrants: ContentLayoutProps;
static readonly twoVerticalSplit: ContentLayoutProps;
static readonly twoHorizontalSplit: ContentLayoutProps;
static readonly threeViewsTwoOnLeft: ContentLayoutProps;
static readonly threeViewsTwoOnRight: ContentLayoutProps;
static readonly threeViewsTwoOnBottom: ContentLayoutProps;
static readonly threeViewsTwoOnTop: ContentLayoutProps;
static readonly availableLayouts: ContentLayoutProps[];
}
//# sourceMappingURL=StandardContentLayouts.d.ts.map