UXP Toolkit
    Preparing search index...

    Module @adobe-uxp-types/uxp - v0.1.3

    @adobe-uxp-types/uxp

    NPM Version

    Type definitions for Adobe UXP API (uxp, fs, os, path, process, shell modules).

    Based on previous art by Justin Walsh, Simon Henke and Justin Taylor.

    tsconfig.json:

    {
    "compilerOptions": {
    "types": ["@adobe-uxp-types/uxp"]
    }
    }
    import { app } from 'uxp';
    

    Note: you will need to configure your bundler to strip the protocol.

    {
    "compilerOptions": {
    "types": ["@adobe-uxp-types/uxp/with-protocol"]
    }
    }
    import { app } from 'adobe:uxp';
    import { fs } from 'adobe:fs';
    import { os } from 'adobe:os';
    import { path } from 'adobe:path';
    import { process } from 'adobe:process';

    Classes

    Entry
    File
    FileSystemProvider
    Folder
    LocalFileSystemProvider

    Interfaces

    CommandConfig
    EntryMetadata
    Entrypoints
    PanelConfig
    PluginConfig
    Storage
    UxpCommandEvent
    UxpCommandInfo
    UxpMenuItem
    UxpMenuItems
    UxpPanelInfo
    UxpPluginInfo

    Type Aliases

    DomainSymbol
    FormatSymbol
    ModeSymbol
    TypeSymbol

    Variables

    default
    dialog
    entrypoints
    host
    os
    shell
    storage
    versions