Interface ClientMatrixSdk

interface ClientMatrixSdk {
    ConfigPage: typeof ConfigPage;
    ControlCore: typeof ControlCore;
    ItemSelectionTools: typeof ItemSelectionTools;
    LineEditor: typeof LineEditor;
    MR1: MR1Impl;
    PluginCore: typeof PluginCore;
    PrintProcessor: typeof PrintProcessor;
    ReferenceTools: typeof ReferenceTools;
    RiskCalculator: RiskCalculator;
    RiskControlImpl: RiskControlImpl;
    UIToolsConstants: typeof UIToolsConstants;
    app: IApp | IConfigApp;
    defaultNotificationConfig: INotificationConfig;
    globalMatrix: GlobalMatrix;
    matrixApplicationUI: Application;
    matrixSession: MatrixSession;
    matrixsdk: MatrixSDK;
    ml: IMatrix;
    notificationSetting: string;
    pluginHooks: IPluginHooks;
    plugins: PluginManager;
    printProcessorRegistry: PrintProcessorRegistry;
    tableMath: TableMath;
}

Properties

ConfigPage: typeof ConfigPage
ControlCore: typeof ControlCore
ItemSelectionTools: typeof ItemSelectionTools
LineEditor: typeof LineEditor
MR1: MR1Impl
PluginCore: typeof PluginCore
PrintProcessor: typeof PrintProcessor
ReferenceTools: typeof ReferenceTools
RiskCalculator: RiskCalculator
RiskControlImpl: RiskControlImpl
UIToolsConstants: typeof UIToolsConstants
app: IApp | IConfigApp
defaultNotificationConfig: INotificationConfig
globalMatrix: GlobalMatrix
matrixApplicationUI: Application
matrixSession: MatrixSession
matrixsdk: MatrixSDK
ml: IMatrix
notificationSetting: string
pluginHooks: IPluginHooks
plugins: PluginManager
printProcessorRegistry: PrintProcessorRegistry
tableMath: TableMath

Generated using TypeDoc