fcharts-js - v0.3.0
    Preparing search index...

    Interface ProductInfo

    interface ProductInfo {
        componentScope: string;
        description: string;
        name: string;
        url?: string;
        version: string;
    }
    Index

    Properties

    componentScope: string

    The component-boundary statement (scope-and-evidence-map.md §1).

    description: string
    name: string
    url?: string
    version: string