Type alias OmlAddedServices

OmlAddedServices: {
    layout: {
        ElementFilter: IElementFilter;
        ElkFactory: ElkFactory;
        LayoutConfigurator: ILayoutConfigurator;
    };
    references: {
        OmlIRI: OmlIRIProvider;
    };
    validation: {
        OmlValidator: OmlValidator;
    };
}

Declaration of custom services for the OML Alexandria extension

Type declaration

  • layout: {
        ElementFilter: IElementFilter;
        ElkFactory: ElkFactory;
        LayoutConfigurator: ILayoutConfigurator;
    }
    • ElementFilter: IElementFilter
    • ElkFactory: ElkFactory
    • LayoutConfigurator: ILayoutConfigurator
  • references: {
        OmlIRI: OmlIRIProvider;
    }
  • validation: {
        OmlValidator: OmlValidator;
    }

Generated using TypeDoc