Documentation
    Preparing search index...

    Interface RelayAttributeMatcher

    A tag/value matcher for ad hoc relay attributes carried on kind-30166 events.

    interface RelayAttributeMatcher {
        tag: string;
        values?: readonly string[];
    }
    Index

    Properties

    Properties

    tag: string

    Tag name to match, for example T, t, or k.

    values?: readonly string[]

    Optional accepted values. If omitted, any value for the tag matches.