Hides the content visiualy but keeps it accessable to screen readers.

Properties

Properties

position: boolean = false

By default the content is hidden by using the "clip" css feature.

If the property "position" is set, the content is hidden outside the screen to the "left: -10000px".

top: boolean = false

Sets the content "top: -500px" instead of "left: -10000px" outside the screen when property "position" is set.

Generated using TypeDoc