Skip to content
On this page

Interface: BaseBoard

features/boards/board.BaseBoard

Hierarchy

Properties

[Component]

[Component]: DefineComponent<__VLS_TypePropsToRuntimeProps<{ [PersistentState]: Ref<BoardData> ; classes?: ProcessedComputable<Record<string, boolean>> ; height?: ProcessedComputable<string> ; links: Ref<null | BoardNodeLink[]> ; nodes: Ref<BoardNode[]> ; selectedAction: Ref<null | GenericBoardNodeAction> ; selectedNode: Ref<null | BoardNode> ; style?: ProcessedComputable<StyleValue> ; types: Record<string, GenericNodeType> ; visibility: ProcessedComputable<Visibility> ; width?: ProcessedComputable<string> }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ [PersistentState]: Ref<BoardData> ; classes?: ProcessedComputable<Record<string, boolean>> ; height?: ProcessedComputable<string> ; links: Ref<null | BoardNodeLink[]> ; nodes: Ref<BoardNode[]> ; selectedAction: Ref<null | GenericBoardNodeAction> ; selectedNode: Ref<null | BoardNode> ; style?: ProcessedComputable<StyleValue> ; types: Record<string, GenericNodeType> ; visibility: ProcessedComputable<Visibility> ; width?: ProcessedComputable<string> }>>>, {}>

Defined in

profectus/src/features/boards/board.ts:176


[DefaultValue]

[DefaultValue]: BoardData

Inherited from

Persistent.__@DefaultValue@25207

Defined in

profectus/src/game/persistence.ts:30


[Deleted]

[Deleted]: boolean

Inherited from

Persistent.__@Deleted@25209

Defined in

profectus/src/game/persistence.ts:32


[GatherProps]

[GatherProps]: () => Record<string, unknown>

Type declaration

▸ (): Record<string, unknown>

Returns

Record<string, unknown>

Defined in

profectus/src/features/boards/board.ts:177


[PersistentState]

[PersistentState]: Ref<BoardData>

Inherited from

Persistent.__@PersistentState@25206

Defined in

profectus/src/game/persistence.ts:29


[RefSymbol]

[RefSymbol]: true

Type differentiator only. We need this to be in public d.ts but don't want it to show up in IDE autocomplete, so we use a private Symbol instead.

Inherited from

Persistent.__@RefSymbol@17474

Defined in

node_modules/@vue/runtime-core/node_modules/@vue/reactivity/dist/reactivity.d.ts:198


[StackTrace]

[StackTrace]: string

Inherited from

Persistent.__@StackTrace@25208

Defined in

profectus/src/game/persistence.ts:31


id

id: string

Defined in

profectus/src/features/boards/board.ts:170


links: Ref<null | BoardNodeLink[]>

Defined in

profectus/src/features/boards/board.ts:171


nodes

nodes: Ref<BoardNode[]>

Defined in

profectus/src/features/boards/board.ts:172


selectedAction

selectedAction: Ref<null | GenericBoardNodeAction>

Defined in

profectus/src/features/boards/board.ts:174


selectedNode

selectedNode: Ref<null | BoardNode>

Defined in

profectus/src/features/boards/board.ts:173


type

type: typeof BoardType

Defined in

profectus/src/features/boards/board.ts:175


value

value: BoardData

Inherited from

Persistent.value

Defined in

node_modules/@vue/runtime-core/node_modules/@vue/reactivity/dist/reactivity.d.ts:192