Documentation
    Preparing search index...

    Interface ResourceInfoContext

    Context passed to a host-provided resource info resolver.

    interface ResourceInfoContext {
        identity: { aggregateHash: string; dTag: string } | null;
        windowId: string;
    }
    Index

    Properties

    Properties

    identity: { aggregateHash: string; dTag: string } | null
    windowId: string