cohtml::ImagesListExtract
Enum containing the options we want when getting the list of loaded images.
| Name | |
|---|---|
| enum | Options { Images = 0, Hidden = 1 << 0, Styles = 1 << 1} Configures the images to include in the list. |
Types Documentation
Section titled “Types Documentation”enum Options
Section titled “enum Options”| Enumerator | Value | Description |
|---|---|---|
| Images | 0 | This flag is always on - the images of Visible elements will be selected. |
| Hidden | 1 << 0 | This flag will also include images on elements that are currently hidden (display: none) |
| Styles | 1 << 1 | This flag will also include all images mentioned in CSS styles, even though they might not be currently applied to any element. |
Configures the images to include in the list.
© 2026 Coherent Labs. All rights reserved.