wesl
    Preparing search index...

    Interface StuffElem

    generic container of other elements

    interface StuffElem {
        contents: AbstractElem[];
        end: number;
        kind: "stuff";
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    contents: AbstractElem[]
    end: number
    kind: "stuff"
    start: number