THEOplayer > StylePropertyRecord
Record of style properties. Each entry contains the style property name with associated value.
Signature:
export type StylePropertyRecord = Record<string, string>;