META UI Components
    Preparing search index...

    Interface IMeElemCalculatorInfo

    interface IMeElemCalculatorInfo {
        affiliates: { [key: string]: string };
        currentValue: any;
        decimals?: number;
        depends: string[];
        formula: string;
        path: string;
    }
    Index

    Properties

    affiliates: { [key: string]: string }

    техническое поле Кто зависит от этого контрола

    currentValue: any

    техническое поле

    decimals?: number

    Для округления итоговоро значения default 0

    depends: string[]

    техническое поле От кого зависит этот контрол

    formula: string

    Формула, по которой считаем значение Содержит указания на другие path [clicks] / [common.views]

    path: string

    Выполняет рол id данных в формуле