wesl
    Preparing search index...

    Interface LetElem

    interface LetElem {
        attributes?: AttributeElem[];
        contents: AbstractElem[];
        end: number;
        kind: "let";
        name: TypedDeclElem;
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: AttributeElem[]
    contents: AbstractElem[]
    end: number
    kind: "let"
    start: number