Properties
allowDrag
allowDrag: boolean
attributeMap
attributeMap: Map<string, unknown>
element
element: HTMLElement
handlersByEventName
handlers
ByEventName: Map<string, Array<Listener>>
model
model: { src: string }
onDragStart
onDragStart: (event: Event) => void
onImageLoad
onImageLoad: (event: Event) => void
onThumbClick
onThumbClick: (event: Event) => void
removeEventListeners
removeEventListeners: () => void
resetState
resetState: (selected: boolean) => void
Type declaration
-
- (selected: boolean): void
setThumbnailSrc
setThumbnailSrc: (src: string) => void
skinPartMap
skinPartMap: Map<string, HTMLElement>