Documentation
    Preparing search index...

    Reference to a named type in components.

    interface IReference {
        name: string;
        tags: IMetadataTypeTag[][];
    }
    Index

    Properties

    Properties

    name: string

    Referenced type name.

    Type constraint tags.