AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface Size

    interface Size {
        duration: number;
        height: number;
        relative?: boolean;
        width: number;
    }
    Index
    duration: number

    The total time in milliseconds this transition should take.

    height: number

    Optional if width is present. Defaults to the window's current height.

    relative?: boolean

    Treats 'opacity' as absolute or as a delta. Defaults to false.

    false
    
    width: number

    Optional if height is present. Defaults to the window's current width.