wesl
    Preparing search index...

    Interface TypedDeclElem

    a declaration identifer with a possible type

    interface TypedDeclElem {
        contents: AbstractElem[];
        decl: DeclIdentElem;
        end: number;
        kind: "typeDecl";
        start: number;
        typeRef?: TypeRefElem;
        typeScope?: Scope;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contents: AbstractElem[]
    end: number
    kind: "typeDecl"
    start: number
    typeRef?: TypeRefElem
    typeScope?: Scope