Skip to content

ntcore-ts / @ntcore-ts/react / PrefixTopicUpdate

Type Alias: PrefixTopicUpdate

PrefixTopicUpdate = object

Defined in: react/src/lib/use-prefix-topic.ts:9

Last update from a prefix topic: value, NT type string, and subtopic name.

Properties

name

name: string

Defined in: react/src/lib/use-prefix-topic.ts:10


type

type: string

Defined in: react/src/lib/use-prefix-topic.ts:12


value

value: NetworkTablesTypes | null

Defined in: react/src/lib/use-prefix-topic.ts:11

Released under the MIT License.