collidedTop | Whether or not the child element collided with the top parent's border. | true |
collidedBottom | Whether or not the child element collided with the bottom parent's border. | true |
collidedLeft | Whether or not the child element collided with the left parent's border. | true |
collidedRight | Whether or not the child element collided with the right parent's border. | true |
overflowTop | How many pixels of the child have crossed the top parent's border. Negative values specify how many pixels are between the child and the top parent's border. | 20 , -15 |
overflowBottom | How many pixels of the child have crossed the bottom parent's border. Negative values specify how many pixels are between the child and the bottom parent's border. | 20 , -15 |
overflowLeft | How many pixels of the child have crossed the left parent's border. Negative values specify how many pixels are between the child and the left parent's border. | 20 , -15 |
overflowRight | How many pixels of the child have crossed the right parent's border. Negative values specify how many pixels are between the child and the right parent's border. | 20 , -15 |