public renderActionsBlockElement(block: BlockElement, index: number): TOutputObject | null {
        if (this.allowedLayoutBlockTypes.has(LayoutBlockType.ACTIONS) === false && !isActionsBlockElement(block)) {
            return null;
        }