PreviewData Object


Description:

Stream block preview data.

Parents: StreamBlock

PreviewData Writable Attributes

There are no writable attributes.

PreviewData Read-Only Attributes

Read-Only Attribute Description
ColumnHeaders

Names of columns for the preview table.

Type: string

Default: "" (empty string)

Data

Column header and data as an array of strings. Each string represents a row. String contains "/" between values. Each value represents a field in the packet generated by the stream block.

Type: string

Default: "" (empty string)

HexData

Strings containing hex data for preview.

Type: string

Default: "" (empty string)