impasto
    Preparing search index...

    Interface Annotation

    A parsed annotation.

    interface Annotation {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    The annotation name.

    value: string

    The annotation value.