Appearance
@loontail/minecraft-kit / LaunchResolutionOptions
Type Alias: LaunchResolutionOptions
ts
type LaunchResolutionOptions = {
height: number;
width: number;
};Defined in: src/types/launch.ts:16
Optional resolution / window configuration.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
height | readonly | number | src/types/launch.ts:18 |
width | readonly | number | src/types/launch.ts:17 |