KC's Workspace
    Preparing search index...

    A @namespace rule.

    interface NamespaceRule {
        loc: Location2;
        prefix?: string | null;
        url: string;
    }
    Index

    Properties

    Properties

    The location of the rule in the source file.

    prefix?: string | null

    An optional namespace prefix to declare, or None to declare the default namespace.

    url: string

    The url of the namespace.