wesl
    Preparing search index...

    Interface AliasElem

    an alias statement

    interface AliasElem {
        attributes?: AttributeElem[];
        contents: AbstractElem[];
        end: number;
        kind: "alias";
        name: DeclIdentElem;
        start: number;
        typeRef: TypeRefElem;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: AttributeElem[]
    contents: AbstractElem[]
    end: number
    kind: "alias"
    start: number
    typeRef: TypeRefElem