Member Junction
    Preparing search index...

    A package that has not yet declared a layer, and whether it would pass if it did.

    interface UndeclaredPackage {
        Dir: string;
        Name: string;
        WouldPassAs: UILayer[];
    }
    Index

    Properties

    Properties

    Dir: string

    Absolute directory.

    Name: string
    WouldPassAs: UILayer[]

    Layers this package could honestly claim, strictest-first, never including shell. Empty means it needs work before it can be declared at all.