Member Junction
    Preparing search index...

    Namespace information

    interface Namespace {
        children?: Namespace[];
        componentCount?: number;
        description?: string;
        name?: string;
        path: string;
    }
    Index

    Properties

    children?: Namespace[]

    Child namespaces

    componentCount?: number

    Number of components in namespace

    description?: string

    Description

    name?: string

    Display name

    path: string

    Namespace path