Skip to content

MatcherConfig🔗

Constructor🔗

MatcherConfig()

Methods🔗

build🔗

Builds the object.

def build() -> xychart.MatcherConfig

id_val🔗

The matcher id. This is used to find the matcher implementation from registry.

def id_val(id_val: str) -> typing.Self

options🔗

The matcher options. This is specific to the matcher implementation.

def options(options: object) -> typing.Self

See also🔗