Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StudioComponentInitializationScript

import type { StudioComponentInitializationScript } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";

Initialization scripts for studio components.

interface StudioComponentInitializationScript {
launchProfileProtocolVersion?: string | null;
platform?: LaunchProfilePlatform | null;
script?: string | null;
}

§Properties

§
launchProfileProtocolVersion?: string | null
[src]

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

§
platform?: LaunchProfilePlatform | null
[src]

The platform of the initialization script, either Windows or Linux.

§

The method to use when running the initialization script.

§
script?: string | null
[src]

The initialization script.