@ableton-extensions/sdk
    Preparing search index...

    Interface ActivationContext

    The context passed to your extension's activate function. Pass it to initialize to set up the SDK.

    interface ActivationContext {
        hostApiVersion: string;
    }
    Index

    Properties

    Properties

    hostApiVersion: string

    The latest API version the Extension Host supports.