UMD Web Elements Library
    Preparing search index...

    Interface DisplayProps

    interface DisplayProps {
        hasBackground?: boolean;
        hasBorder?: boolean;
        isAligned?: boolean;
        isFixed?: boolean;
        isFullWidth?: boolean;
        isSticky?: boolean;
        isTransparent?: boolean;
    }
    Index

    Properties

    hasBackground?: boolean
    hasBorder?: boolean
    isAligned?: boolean
    isFixed?: boolean
    isFullWidth?: boolean
    isSticky?: boolean
    isTransparent?: boolean