Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional attributeThe element attribute to read. Used when strategy is dom.
Optional extractorA serialized regex used as an extractor in dynamic options.
Optional keyThe localStorage key to read. Required when strategy is localStorage.
Optional nameThe cookie name to read. Required when strategy is cookie.
Optional pathThe JavaScript path used to extract the value. Required when strategy is js.
The type identifier for a dynamic option. Always dynamic.
Optional selectorThe CSS selector to read from the page. Required when strategy is dom.
The strategy used to extract the dynamic value.
Generated using TypeDoc
A dynamic configuration option that extracts a value at runtime using a specified strategy.