iink-ts - v4.0.0
    Preparing search index...

    Type Alias TMathInteractionConfig

    Configuration for math interaction features

    type TMathInteractionConfig = {
        dimOpacity: number;
        highlightOnSelect: boolean;
        showDependencyOnHover: boolean;
    }
    Index
    dimOpacity: number
    highlightOnSelect: boolean
    showDependencyOnHover: boolean