Interface IHexViewConfig

Configuration interface for Hex View.

interface IHexViewConfig {
    colors?: IHexViewColor[];
    offset?: number;
    replacementCharacter?: string;
    width?: number;
}

Properties

colors?: IHexViewColor[]
offset?: number
replacementCharacter?: string
width?: number

Generated using TypeDoc