ISPO SDK
    Preparing search index...

    Interface AssetsPublishOptions

    Markdown
    interface AssetsPublishOptions {
        kind: AssetKind;
        name: string;
        ref?: string;
        updateMode: AssetUpdateMode;
    }
    Index
    kind: AssetKind

    Host asset class, such as project-icon.

    name: string

    Basename displayed in the host approval/install UI.

    ref?: string

    Existing live asset ref to update. Omit to install a new asset.

    updateMode: AssetUpdateMode

    snapshot copies bytes at install; live tracks producer updates.