wesl
    Preparing search index...

    Interface DiagnosticAttribute

    interface DiagnosticAttribute {
        kind: "@diagnostic";
        rule: [NameElem, null | NameElem];
        severity: NameElem;
    }
    Index

    Properties

    Properties

    kind: "@diagnostic"
    rule: [NameElem, null | NameElem]
    severity: NameElem