On this page

Type Alias PaintOptions

type PaintOptions = {
    canonical?: CanonicalTileID;
    dashPositions?: { [_: string]: DashEntry };
    formattedSection?: FormattedSection;
    globalState?: Record<string, any>;
    imagePositions: { [_: string]: ImagePosition };
}
Index

Properties

canonical?: CanonicalTileID
dashPositions?: { [_: string]: DashEntry }
formattedSection?: FormattedSection
globalState?: Record<string, any>
imagePositions: { [_: string]: ImagePosition }
Was this helpful?
SDK JS
Reference
PaintOptions