Skip to content
Discussion options

You must be logged in to vote

I see, so in that case you are in the Theia integration and you need to adapt the diagram configuration which creates the diagram options module, i.e., you should be able to do something like this:

@injectable()
export class TasklistDiagramConfiguration extends GLSPDiagramConfiguration {
    readonly diagramType = TaskListLanguage.diagramType;

    override configureContainer(container: Container, ...containerConfiguration: ContainerConfiguration): void {
        initializeTasklistDiagramContainer(container, ...containerConfiguration);
    }

    protected override createDiagramOptionsModule(options: IDiagramOptions): ContainerModule {
        // we actually provide viewer options, not ju…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@330GRX
Comment options

@martin-fleck-at
Comment options

Answer selected by 330GRX
@330GRX
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants