File

src/core/src/interfaces/keyboard-layout.interface.ts

Index

Properties

Properties

keys
keys: [][][]
Type : [][][]
lang
lang: string[]
Type : string[]
Optional
name
name: string
Type : string
import { KeyboardClassKey } from '../enums/keyboard-class-key.enum';

export interface IKeyboardLayout {
  name: string;
  keys: (string | KeyboardClassKey)[][][];
  lang?: string[];
}

result-matching ""

    No results matching ""