KC's Workspace
    Preparing search index...
    interface Reflection {
        comment?: Comment;
        flags: ReflectionFlags;
        id: ReflectionId;
        kind: ReflectionKind;
        name: string;
        variant: keyof ReflectionVariant;
    }

    Hierarchy (View Summary)

    Index

    Properties

    comment?: Comment

    The parsed documentation comment attached to this reflection.

    Unique id of this reflection.

    The kind of this reflection.

    name: string

    The symbol name of this reflection.

    variant: keyof ReflectionVariant

    Discriminator representing the type of reflection represented by this object.