Theia API Documentation v1.65.0
    Preparing search index...
    interface RowOptions {
        address: string;
        ascii?: string;
        doShowDivider?: boolean;
        groups: ReactNode;
        index: number;
        isHighlighted?: boolean;
        variables?: VariableDecoration[];
    }
    Index

    Properties

    address: string
    ascii?: string
    doShowDivider?: boolean
    groups: ReactNode
    index: number
    isHighlighted?: boolean
    variables?: VariableDecoration[]