Skip to content

@advjs/monorepo / @advjs/types / AdvBackgroundNode

Interface: AdvBackgroundNode

Defined in: packages/types/src/flow/node.ts:28

Extends

Properties

id

id: string

Defined in: packages/types/src/flow/node.ts:10

Inherited from

AdvBaseNode.id


name

name: string

Defined in: packages/types/src/flow/node.ts:35

背景名称

场景 ID:sceneId


src

src: string

Defined in: packages/types/src/flow/node.ts:42

背景图片地址

  • url
  • base64

target?

optional target: string | { chapterId: string; nodeId: string; }

Defined in: packages/types/src/flow/node.ts:22

目标节点

默认跳转当前章节下的节点

Runtime

Inherited from

AdvBaseNode.target


type

type: "background"

Defined in: packages/types/src/flow/node.ts:29

节点类型

Overrides

AdvBaseNode.type