interface BoardGlowInterface {
    boardConfigData: RcsbFvBoardConfigInterface;
    boardId: string;
    contextManager: RcsbFvContextManager;
}

Properties

boardId: string
contextManager: RcsbFvContextManager