Saxonberg Server API
    Preparing search index...

    Interface SyntheticVarEntry

    One synthetic var declared by a mixin's static syntheticVars field. Read on every expansion; the value is whatever the host currently exposes via the underlying mixin state.

    interface SyntheticVarEntry {
        description: string;
        name: string;
        read(giver: Stuff): string;
    }
    Index

    Properties

    Methods

    Properties

    description: string
    name: string

    The name without the $ sigil.

    Methods