@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Base interface for all roxygen tags.

    interface RoxygenTagBase<Type extends KnownRoxygenTags> {
        type: Type;
    }

    Type Parameters

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of RoxygenTagBase
    Index

    Properties

    Properties

    type: Type

    The type of the roxygen tag.