KC's Workspace
    Preparing search index...

    Interface PluginContextResolveOptions

    interface PluginContextResolveOptions {
        custom?: CustomPluginOptions;
        isEntry?: boolean;
        skipSelf?: boolean;
    }
    Index

    Properties

    isEntry?: boolean
    skipSelf?: boolean