SCION Microfrontend Platform - v1.4.0
    Preparing search index...

    Interface PreferredSize

    Represents the minimum size that will allow the element to display normally.

    interface PreferredSize {
        height?: string;
        maxHeight?: string;
        maxWidth?: string;
        minHeight?: string;
        minWidth?: string;
        width?: string;
    }
    Index

    Properties

    height?: string
    maxHeight?: string
    maxWidth?: string
    minHeight?: string
    minWidth?: string
    width?: string