UMD Web Components Library
    Preparing search index...

    Interface LayoutProps

    Layout properties

    interface LayoutProps {
        isAlignmentRight?: boolean;
        isFixed?: boolean;
        isFullImage?: boolean;
        isHidden?: boolean;
    }
    Index

    Properties

    isAlignmentRight?: boolean

    Alignment options

    isFixed?: boolean

    Fixed positioning

    isFullImage?: boolean

    Full image layout

    isHidden?: boolean

    Hidden state