Documentation
    Preparing search index...

    Interface ShellEnvironment

    Immutable NAP-SHELL environment delivered to one trusted iframe session.

    interface ShellEnvironment {
        capabilities: ShellCapabilities;
        services: readonly string[];
    }
    Index

    Properties

    capabilities: ShellCapabilities
    services: readonly string[]