wesl
    Preparing search index...

    Interface SyntheticElem

    generated element, produced after parsing and binding

    interface SyntheticElem {
        kind: "synthetic";
        text: string;
    }
    Index

    Properties

    Properties

    kind: "synthetic"
    text: string