innerOffset
Class: InternalWindow.
Description:
Gets the offset (in pixels) from each edge of the window to the content container.
Type: Object
Examples:
// Returned offset object format:
{
top: number,
right: number,
bottom: number,
left: number
}
