SPeCS Packages Documentation
    Preparing search index...
    type LoadResult = {
        absoluteDirents?: string[];
        appRoot?: string;
        appSummary: AppSummary;
        relativeDirents?: string[];
        success: boolean;
    }
    Index

    Properties

    absoluteDirents?: string[]
    appRoot?: string
    appSummary: AppSummary
    relativeDirents?: string[]
    success: boolean