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

    Interface Position

    interface Position {
        duration: number;
        left: number;
        relative?: boolean;
        top: number;
    }
    Index
    duration: number

    The total time in milliseconds this transition should take.

    left: number

    Defaults to the window's current left position in virtual screen coordinates.

    relative?: boolean

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

    false
    
    top: number

    Defaults to the window's current top position in virtual screen coordinates.