wesl
    Preparing search index...

    Interface AttributeElem

    an attribute like '@compute' or '@binding(0)'

    interface AttributeElem {
        attribute: Attribute;
        contents: AbstractElem[];
        end: number;
        kind: "attribute";
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attribute: Attribute
    contents: AbstractElem[]
    end: number
    kind: "attribute"
    start: number