Event that dispatches whenever the Adapter is mounted
Event that dispatches whenever the Adapter is unmounted
Represents the Adapter configured to be overlaid
Returns if the currently assigned feature flag is enabled on the configured adapter
Returns if the Overlay is currently mounted
NOTE: There is no base concept of "mounting", it could be establishing a connection to a FTP server, mounting a local SQLite3 database, etc, etc
Mounts the Overlay if currently unmounted
NOTE: There is no base concept of "mounting", it could be establishing a connection to a FTP server, mounting a local SQLite3 database, etc, etc
Unmounts the Overlay if currently mounted
NOTE: There is no base concept of "mounting", it could be establishing a connection to a FTP server, mounting a local SQLite3 database, etc, etc
Generated using TypeDoc
Represents the base common API all URIStorage Overlays ad-here to