Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Align

Align: "center" | "first" | "last" | "visible"

The alignment of the item after scrolling. Defaults to visible.

enum

AnimateItemRepeatMode

AnimateItemRepeatMode: "restart" | "reverse"

How repeated animations will play.

enum

AnimatedProperty

interface

AudioTrack

AudioTrack: "foreground"

The audio track to play on. Defaults to “foreground”

enum

Command

A message that can change the visual or audio presentation of the content on the screen.

interface

ComponentState

ComponentState: "checked" | "disabled" | "focused"

Component state.

enum

ComponentVisibleOnScreenMediaTagStateEnum

ComponentVisibleOnScreenMediaTagStateEnum: "idle" | "playing" | "paused"

Media player stage posible states

enum

ComponentVisibleOnScreenScrollableTagDirectionEnum

ComponentVisibleOnScreenScrollableTagDirectionEnum: "horizontal" | "vertical"

Scrolling direction

enum

HighlightMode

HighlightMode: "block" | "line"

How highlighting is applied: on a line-by-line basis, or to the entire block. Defaults to block.

enum

ListRuntimeErrorReason

ListRuntimeErrorReason: "INVALID_PRESENTATION_TOKEN" | "INVALID_LIST_ID" | "INVALID_DATASOURCE" | "INVALID_OPERATION" | "MISSING_LIST_VERSION" | "DUPLICATE_LIST_VERSION" | "LIST_INDEX_OUT_OF_RANGE" | "MISSING_LIST_VERSION_IN_SEND_DATA" | "LOAD_TIMEOUT" | "INCONSISTENT_LIST_ID" | "INCONSISTENT_PAGE_TOKEN" | "INCONSISTENT_PAGE_ITEMS" | "DUPLICATE_PAGE_TOKEN" | "OCCUPIED_LIST_INDEX" | "LOAD_INDEX_OUT_OF_RANGE" | "INCONSISTENT_RANGE" | "MISSING_LIST_ITEMS" | "INTERNAL_ERROR"

The reason for the failure.

enum

MediaCommandType

MediaCommandType: "play" | "pause" | "next" | "previous" | "rewind" | "seek" | "setTrack"

The command enumerated value is the operation that should be performed on the media player.

enum

Position

Position: "absolute" | "relative"

Whether the value is a relative or absolute offset. Defaults to absolute.

enum

RuntimeError

RuntimeError: ListRuntimeError

A description of an error in APL functionality.

interface

TransformProperty

Transform property to apply to a component.

interface