AppPopoutOptions: { action: string; height?: number; width?: number }

Type declaration

  • action: string

    "dock" | "undock"

  • Optional height?: number

    in pixels, optional parameter. Defaults to 30% of screen when unspecified

  • Optional width?: number

    in pixels, optional parameter. Defaults to 30% of screen when unspecified

Generated using TypeDoc