@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface ThemeStudioOptions

    Configuration options for ThemeStudioService.open.

    interface ThemeStudioOptions {
        height?: number;
        manifest?: ThemeStudioManifest;
        manifestUrl?: string;
        width?: number;
    }
    Index

    Properties

    height?: number

    Window height in pixels (default 720)

    The full token manifest. When omitted the service fetches /assets/css-token-manifest.json from the application root.

    manifestUrl?: string

    URL from which to fetch the manifest when manifest is not provided. Defaults to "assets/css-token-manifest.json".

    width?: number

    Window width in pixels (default 960)