Skip to main content

IActPoint

Index

Properties

entryPoints

entryPoints: {}

HTML file that generated by ap-pack.


Type declaration

  • [uploader string]: string

firstLevelPath

firstLevelPath: string

The id of the episode.

@example

WhatIsNumber, HowToBuildAHouse

fullPath

fullPath: string

Full path that concat first level path and second level path.

height

height: number

Height of the act point, only works if resolutionMode is fixed.

id

id: string

A random string that represents this act point.

label

label: string

Human readable name of this act point.

resolutionMode

resolutionMode: ResolutionMode

How to scale the act point on iFrame.

secondLevelPath

secondLevelPath: string

The id of the act point.

@example

P1, P2

optionaltags

tags?: string | string[]

width

width: number

Width of the act point, only works if resolutionMode is fixed.