Theia API Documentation v1.67.0
    Preparing search index...
    interface RowOptions {
        binary?: string;
        decimal?: string;
        doShowDivider?: boolean;
        hexadecimal?: string;
        isChanged?: boolean;
        octal?: string;
        regName: string;
        regVal: string;
    }
    Index

    Properties

    binary?: string
    decimal?: string
    doShowDivider?: boolean
    hexadecimal?: string
    isChanged?: boolean
    octal?: string
    regName: string
    regVal: string