On this page
Properties

Type Alias LostContextStyle

type LostContextStyle = {
    images: { [_: string]: StyleImage } | null;
    style: StyleSpecification | null;
}
Index

Properties

Properties

images: { [_: string]: StyleImage } | null
style: StyleSpecification | null
Was this helpful?
SDK JS
Reference
LostContextStyle