Skip to content

workflow / Exports / UniversalPlatformConfig

Interface: UniversalPlatformConfig

Platform configuration interface for extensible platform support

Table of contents

Properties

Properties

theme

Optional theme: string

Platform-specific theme or style configuration

Defined in

types/universal-types.ts:325


config

Optional config: Record<string, unknown>

Platform-specific rendering configuration

Defined in

types/universal-types.ts:328


typeMapping

Optional typeMapping: Record<string, unknown>

Platform-specific type mappings

Defined in

types/universal-types.ts:331


viewport

Optional viewport: Record<string, unknown>

Platform-specific viewport or canvas settings

Defined in

types/universal-types.ts:334


metadata

Optional metadata: Record<string, unknown>

Platform-specific metadata

Defined in

types/universal-types.ts:337

Released under the MIT License.